Initial project tweaks

Sets the UI and Library up to be in a good spot to start work
This commit is contained in:
2024-04-26 10:45:39 +02:00
parent 81d129713e
commit b584174707
5 changed files with 56 additions and 45 deletions

View File

@ -0,0 +1,10 @@
namespace PostmanCloneUI
{
public partial class Dashboard : Form
{
public Dashboard()
{
InitializeComponent();
}
}
}