feat(app): use components from nextjs branch

This commit is contained in:
2024-05-30 15:16:52 +02:00
parent 548dce82b3
commit 6a38b3a41e
24 changed files with 3078 additions and 2810 deletions

View File

@@ -1,6 +0,0 @@
export type Manifest = {
projects: Array<{
name: string;
files: Array<string>;
}>;
};