rework sidemenu + fix no categories / links

This commit is contained in:
Sonny
2022-04-28 18:22:39 +02:00
parent 1ab51979fe
commit 1a5fb2eee4
14 changed files with 309 additions and 853 deletions

View File

@@ -6,7 +6,7 @@ import Input from '../../components/input';
import styles from '../../styles/create.module.scss';
import { Category } from '../../types';
import { BuildCategory } from '..';
import { BuildCategory } from '../../utils/front';
import { PrismaClient } from '@prisma/client';
import Selector from '../../components/selector';