diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index 910da95..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1641733324662
-
-
- 1641733324662
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
\ No newline at end of file
diff --git a/ts-sass/src/App.tsx b/ts-sass/src/App.tsx
index b1c2046..9b8f35e 100644
--- a/ts-sass/src/App.tsx
+++ b/ts-sass/src/App.tsx
@@ -2,7 +2,7 @@ import type { Component } from 'solid-js';
import './App.scss';
const App: Component = () => {
- return
;
+ return ;
};
export default App;