+
Conversation
+
Listening {listening ? "🟢" : "🔴"}
+
+ {conversation.map((item, i) => (
+
{item["content"]}
+ ))}
+
+
+
+
+
+
+ >
+ );
+}
diff --git a/src/pages/TemplatePage/Template.module.css b/src/pages/TemplatePage/Template.module.css
deleted file mode 100644
index 8526661..0000000
--- a/src/pages/TemplatePage/Template.module.css
+++ /dev/null
@@ -1,4 +0,0 @@
-button.reset:hover {
- background-color: yellow;
-}
-
diff --git a/src/pages/TemplatePage/Template.tsx b/src/pages/TemplatePage/Template.tsx
index 0f08c25..dc24adf 100644
--- a/src/pages/TemplatePage/Template.tsx
+++ b/src/pages/TemplatePage/Template.tsx
@@ -1,21 +1,9 @@
-
-import { Link } from 'react-router'
import Counter from '../../components/components.tsx'
-//this is your css file where you can style your buttons and such
-//you can still use css parts from App.css, but also overwrite them
-
function TemplatePage() {
-
-
return (
<>