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 { NewUser, User } from "../Types/Users";
|
||||
import { NewWeeklyReport } from "../Types/goTypes";
|
||||
import {
|
||||
NewWeeklyReport,
|
||||
NewUser,
|
||||
User,
|
||||
Project,
|
||||
NewProject,
|
||||
} from "../Types/goTypes";
|
||||
|
||||
// This type of pattern should be hard to misuse
|
||||
interface APIResponse<T> {
|
||||
|
|
Loading…
Reference in a new issue