Adding biolerplate for other pages

This commit is contained in:
2025-11-29 10:30:17 -06:00
parent 5eb795fe22
commit 5515f981cd
8 changed files with 60 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="SessionZero.Pages.SettingsPage">
<StackPanel>
<Label FontSize="20">Settings</Label>
</StackPanel>
</UserControl>