Cleanup merge of BusinessAppTemplate

This commit is contained in:
Skylar Ittner 2019-03-19 19:01:57 -06:00
parent 063c8398a9
commit b62e86f7a6

View File

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