fixed import
This commit is contained in:
parent
ba58fea1e3
commit
711f46f960
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue