fix: import/export

This commit is contained in:
Matz Hilven 2024-05-28 23:20:24 +02:00
parent 54d7052584
commit 07ad8316dd
Signed by: MatzHilven
GPG key ID: ACEB669C2CB79EB7
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
import { Project } from '@/typings/project'
type Props = { type Props = {
project: Project project: Project
} }

View file

@ -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