API imports fixed
This commit is contained in:
parent
f5787fbc2e
commit
9511d509ca
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
import { NewProject, Project } from "../Types/Project";
|
import {
|
||||||
import { NewUser, User } from "../Types/Users";
|
NewWeeklyReport,
|
||||||
import { NewWeeklyReport } from "../Types/goTypes";
|
NewUser,
|
||||||
|
User,
|
||||||
|
Project,
|
||||||
|
NewProject,
|
||||||
|
} from "../Types/goTypes";
|
||||||
|
|
||||||
// This type of pattern should be hard to misuse
|
// This type of pattern should be hard to misuse
|
||||||
interface APIResponse<T> {
|
interface APIResponse<T> {
|
||||||
|
|
Loading…
Reference in a new issue