diff --git a/CtrlAltAssist.slnx b/CtrlAltAssist.slnx new file mode 100644 index 0000000..df05990 --- /dev/null +++ b/CtrlAltAssist.slnx @@ -0,0 +1,3 @@ + + + diff --git a/CtrlAltAssist/Components/App.razor b/CtrlAltAssist/Components/App.razor new file mode 100644 index 0000000..fce08e0 --- /dev/null +++ b/CtrlAltAssist/Components/App.razor @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CtrlAltAssist/Components/Layout/Footer.razor b/CtrlAltAssist/Components/Layout/Footer.razor new file mode 100644 index 0000000..0949a70 --- /dev/null +++ b/CtrlAltAssist/Components/Layout/Footer.razor @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/CtrlAltAssist/Components/Layout/MainLayout.razor b/CtrlAltAssist/Components/Layout/MainLayout.razor new file mode 100644 index 0000000..17981b2 --- /dev/null +++ b/CtrlAltAssist/Components/Layout/MainLayout.razor @@ -0,0 +1,13 @@ +@inherits LayoutComponentBase + + + +@Body + +