layout redesign for the modals

This commit is contained in:
Daniel
2023-05-16 20:38:28 +03:30
parent 54553b61b8
commit f43398d288
13 changed files with 330 additions and 258 deletions
+1
View File
@@ -5,6 +5,7 @@
import { create } from "zustand";
import { Tag } from "@prisma/client";
import tags from "@/pages/api/routes/tags";
type TagStore = {
tags: Tag[];