Initial commit of admin panel.

This commit is contained in:
mikestefanello 2025-03-30 14:46:46 -04:00
parent c8db468292
commit 33e98f9a9e
8 changed files with 466 additions and 7 deletions

View file

@ -17,4 +17,9 @@ func TestNewContainer(t *testing.T) {
assert.NotNil(t, c.Mail)
assert.NotNil(t, c.Auth)
assert.NotNil(t, c.Tasks)
g := c.Graph
if g == nil {
//c.ORM.User.Create().
}
}