mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Reorganize project structure.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
|
||||
namespace Marechai.App.Presentation;
|
||||
namespace Marechai.App.Presentation.Components;
|
||||
|
||||
public sealed partial class Sidebar : UserControl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user