diff --git a/README.md b/README.md index d2e7761..f67aa03 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,7 @@ export default defineConfig([ }, ]) ``` + + + +`mehhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh` \ No newline at end of file diff --git a/src/pages/NewComponent.tsx b/src/pages/NewComponent.tsx index 3f74e4b..cae0f1d 100644 --- a/src/pages/NewComponent.tsx +++ b/src/pages/NewComponent.tsx @@ -1,6 +1,6 @@ import React from 'react' -const NewComponent = () => { +const NewComponent: React.FC = () => { return (
NewComponent
)