Rename Input ui component files

This commit is contained in:
2026-03-12 11:40:30 +01:00
parent a16a7b099d
commit 8e778cfa97
9 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { useState } from "react";
import TextInput from "../components/ui/input/input.tsx";
import TextInput from "../components/ui/Input/input.tsx";
export default {