Skip to content

Commit d5c16ac

Browse files
rm unused code
1 parent 6617307 commit d5c16ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frameworks/keyed/mahal/src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import { Mahal } from "mahal";
22
import App from "@/app.mahal";
3-
import { registerGlobalFormatter } from "@/formatters";
4-
import config from "~/config/env";
53

64

75
const app = new Mahal(App, '#main');
8-
// register global formatter
9-
registerGlobalFormatter(app);
10-
// set config to be available globally
11-
app.global.config = config;
126
app.create();

0 commit comments

Comments
 (0)