Replace edit album page with Kotlin version
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / BookmarkPage.kt
index 3eac0aa..47b0d04 100644 (file)
@@ -4,6 +4,8 @@ import net.pterodactylus.sone.web.page.FreenetRequest
 import net.pterodactylus.util.template.Template
 import net.pterodactylus.util.template.TemplateContext
 import net.pterodactylus.util.web.Method.POST
+import javax.inject.Inject
+import javax.inject.Singleton
 
 /**
  * Page that lets the user bookmark a post.