Finish post-merge cleanup

This commit is contained in:
Skylar Ittner 2019-03-22 16:41:41 -06:00
parent a5e20f87fd
commit 75863012bb

View File

@ -138,13 +138,5 @@ define("PAGES", [
],
"404" => [
"title" => "404 error"
],
"form" => [
"title" => "Form",
"navbar" => true,
"icon" => "fas fa-file-alt",
"scripts" => [
"static/js/form.js"
]
]
]);