fix: import/export
This commit is contained in:
parent
54d7052584
commit
07ad8316dd
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
import { Project } from '@/typings/project'
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
project: Project
|
project: Project
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ type Tag = MinecraftTags | WebTags | 'Archived'
|
||||||
|
|
||||||
type Category = 'Minecraft' | 'Web' | 'Discord' | 'Misc' | 'Unity'
|
type Category = 'Minecraft' | 'Web' | 'Discord' | 'Misc' | 'Unity'
|
||||||
|
|
||||||
type Project = {
|
export type Project = {
|
||||||
name: string
|
name: string
|
||||||
description: string
|
description: string
|
||||||
category: Category
|
category: Category
|
||||||
|
|
Loading…
Reference in a new issue