diff --git a/frontend/.eslintrc b/frontend/.eslintrc index 6f0f5e6..d014a04 100644 --- a/frontend/.eslintrc +++ b/frontend/.eslintrc @@ -14,7 +14,8 @@ "ignorePatterns": [ "dist", "tailwind.config.js", - "postcss.config.js" + "postcss.config.js",d + "vite.config.ts" ], "parser": "@typescript-eslint/parser", "plugins": [ diff --git a/frontend/index.html b/frontend/index.html index e4b78ea..1bd99ac 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,6 @@ - Vite + React + TS diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/src/ui/TextInput.tsx b/frontend/src/ui/TextInput.tsx index 2bfe33c..6f4900e 100644 --- a/frontend/src/ui/TextInput.tsx +++ b/frontend/src/ui/TextInput.tsx @@ -2,8 +2,8 @@ import { ComponentProps } from "react"; interface TextInputProps extends ComponentProps<"textarea"> {} -function TextInput(props: TextInputProps) { - return