Skip to content

Commit

Permalink
Remove main component
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVIII committed Mar 3, 2022
1 parent c98611d commit e3bffb1
Show file tree
Hide file tree
Showing 13 changed files with 473 additions and 512 deletions.
10 changes: 3 additions & 7 deletions src/Andromeda/AvaloniaApp/Andromeda.AvaloniaApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,15 @@
<Compile Include="Components/Settings.fs" />
<Compile Include="Components/Authentication.fs" />

<!-- Main component -->
<Compile Include="Components/Main/Model.fs" />
<Compile Include="Components/Main/ViewComponents/GameList.fs" />
<Compile Include="Components/Main/ViewComponents/Main.fs" />
<Compile Include="Components/Main/View.fs" />
<Compile Include="Components/Main/Update.fs" />

<!-- Main component -->
<Compile Include="Model.fs" />
<Compile Include="Model.Optics.fs" />
<Compile Include="Msg.fs" />
<Compile Include="Init.fs" />
<Compile Include="Update.fs" />
<Compile Include="ViewComponents/GameList.fs" />
<Compile Include="ViewComponents/LeftBar.fs" />
<Compile Include="ViewComponents/Main.fs" />
<Compile Include="View.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
Expand Down
81 changes: 0 additions & 81 deletions src/Andromeda/AvaloniaApp/Components/Main/Model.fs

This file was deleted.

Loading

0 comments on commit e3bffb1

Please sign in to comment.