Navigation menu is now a reusable component
This commit is contained in:
10
Aurora/Frontend/Views/Stations/StatiosnViewModel.cs
Normal file
10
Aurora/Frontend/Views/Stations/StatiosnViewModel.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
namespace Aurora.Frontend.Views.Stations
|
||||
{
|
||||
public class StationsViewModel
|
||||
{
|
||||
public StationsViewModel()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user