refine architecture
change module name to repo
This commit is contained in:
8
pkg/web/routes/index.templ
Normal file
8
pkg/web/routes/index.templ
Normal file
@@ -0,0 +1,8 @@
|
||||
package routes
|
||||
|
||||
templ Index() {
|
||||
@BaseLayout() {
|
||||
<h1>Welcome to the Beads Test Application</h1>
|
||||
<p>Here are current issues:</p>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user