fix: add preview modal

This commit is contained in:
2025-12-04 12:40:53 +03:00
parent bd9937e86c
commit 1a49b3f8e2
20 changed files with 193 additions and 43 deletions

5
src/app/cookies/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { Cookie } from '@/views';
export default function Page() {
return <Cookie />;
}