Rename Modal ui component files

This commit is contained in:
2026-03-12 11:41:25 +01:00
parent 450373c8a5
commit e0121d7358
17 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import Modal from "../components/ui/modal/modal.tsx";
import Modal from "../components/ui/Modal/modal.tsx";
import Button from "../components/ui/Button/button.tsx";
import { useState } from "react";