From ae614c0d1174d3b5527f1fb3dc6e339d7ad6a10b Mon Sep 17 00:00:00 2001 From: physcik Date: Sat, 11 Apr 2026 01:55:54 +0500 Subject: CSS pt 1 --- front/src/Emelents/Topbar.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 front/src/Emelents/Topbar.tsx (limited to 'front/src/Emelents/Topbar.tsx') diff --git a/front/src/Emelents/Topbar.tsx b/front/src/Emelents/Topbar.tsx new file mode 100644 index 0000000..6c4ef74 --- /dev/null +++ b/front/src/Emelents/Topbar.tsx @@ -0,0 +1,12 @@ +function Topbar() { + return ( +
+

View from the edge

+
+

Lifepath

+
+
+ ); +} + +export default Topbar; -- cgit v1.3