Reorganize project structure.

This commit is contained in:
2025-11-15 02:46:54 +00:00
parent 5d249f435e
commit ce1c089fb0
28 changed files with 138 additions and 247 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"
encoding="utf-8"?>
<UserControl x:Class="Marechai.App.Presentation.Sidebar"
<UserControl x:Class="Marechai.App.Presentation.Components.Sidebar"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

View File

@@ -1,6 +1,6 @@
using Microsoft.UI.Xaml.Controls;
namespace Marechai.App.Presentation;
namespace Marechai.App.Presentation.Components;
public sealed partial class Sidebar : UserControl
{