From 3e4e5d3e26f96a4fac284e6b9d16e7d9e3ac46a6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 31 May 2025 20:29:51 +0200 Subject: Init test frontend --- testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor (limited to 'testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor') diff --git a/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor b/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor new file mode 100644 index 0000000..e7554be --- /dev/null +++ b/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor @@ -0,0 +1,16 @@ +@inherits LayoutComponentBase +
+ + +
+
+ About +
+ +
+ @Body +
+
+
\ No newline at end of file -- cgit 1.5.1