fixed import

This commit is contained in:
Mattias 2024-03-18 09:56:07 +01:00
parent ba58fea1e3
commit 711f46f960

View file

@ -1,6 +1,6 @@
import BasicWindow from "../Components/BasicWindow"; import BasicWindow from "../Components/BasicWindow";
import { ProjectListUser } from "../Components/ProjectListUser"; import { ProjectListUser } from "../Components/ProjectListUser";
import { Project } from "../Types/Project"; import { Project } from "../Types/goTypes";
function YourProjectsPage(): JSX.Element { function YourProjectsPage(): JSX.Element {
//TODO: Change so that it reads projects from database //TODO: Change so that it reads projects from database