feat: modals

This commit is contained in:
2025-07-27 12:32:56 +04:00
parent 948480c219
commit fe6e87f97c
7 changed files with 66 additions and 1 deletions

5
src/modals/modals.ts Normal file
View File

@ -0,0 +1,5 @@
import TestModal from "@/modals/TestModal/TestModal";
export const modals = {
testModal: TestModal,
};