summaryrefslogtreecommitdiff
path: root/front/src/Emelents/IndexElement.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/Emelents/IndexElement.tsx')
-rw-r--r--front/src/Emelents/IndexElement.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/front/src/Emelents/IndexElement.tsx b/front/src/Emelents/IndexElement.tsx
new file mode 100644
index 0000000..4eda815
--- /dev/null
+++ b/front/src/Emelents/IndexElement.tsx
@@ -0,0 +1,9 @@
+function IndexElement() {
+ return (
+ <div>
+ <h1> Index element </h1>
+ </div>
+ );
+}
+
+export default IndexElement;