From 655ec610fcce8dd7748f10772d520bdff4f7c78e Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 19 Dec 2025 20:03:03 +0100 Subject: Basic setup & login --- frontend/src/components/Logo.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/src/components/Logo.tsx (limited to 'frontend/src/components/Logo.tsx') diff --git a/frontend/src/components/Logo.tsx b/frontend/src/components/Logo.tsx new file mode 100644 index 0000000..4488a7e --- /dev/null +++ b/frontend/src/components/Logo.tsx @@ -0,0 +1,12 @@ +import logo from "../assets/robot-outline.svg"; + +function Logo() { + return ( +
+ Robot Tracker Logo +

Robot Tracker

+
+ ); +} + +export default Logo; -- cgit v1.2.3