first commit
This commit is contained in:
13
views/admin/dashboard.templ
Normal file
13
views/admin/dashboard.templ
Normal file
@@ -0,0 +1,13 @@
|
||||
package admin
|
||||
|
||||
templ Dashboard() {
|
||||
@Layout("Dashboard") {
|
||||
<div class="px-4 py-6 sm:px-0">
|
||||
<div class="h-96 rounded-lg border-4 border-dashed border-gray-200">
|
||||
<div class="flex items-center justify-center h-full">
|
||||
<h1 class="text-3xl font-bold text-gray-400">Dashboard Content</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user