1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Remove dayjs from flarum/core specific shims

This commit is contained in:
David Sevilla Martin
2020-01-01 16:23:25 -05:00
parent 654a0b5da1
commit 39c8ef4ddb

4
js/shims.d.ts vendored
View File

@@ -1,9 +1,5 @@
import * as _dayjs from 'dayjs';
import Forum from './src/forum/Forum';
declare global {
const dayjs: typeof _dayjs;
const app: Forum;
}