панель навигации, ответы и ежедневные арты

This commit is contained in:
lost+skunk 2024-06-14 20:04:23 +03:00
parent 6f872fe2f7
commit cbafaa54d7
8 changed files with 165 additions and 12 deletions

View file

@ -1,7 +1,13 @@
package main
import "skunkyart/app"
import (
"skunkyart/app"
"git.macaw.me/skunky/devianter"
)
func main() {
devianter.UpdateCSRF()
app.Router()
}