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:
4
js/shims.d.ts
vendored
4
js/shims.d.ts
vendored
@@ -1,9 +1,5 @@
|
|||||||
import * as _dayjs from 'dayjs';
|
|
||||||
|
|
||||||
import Forum from './src/forum/Forum';
|
import Forum from './src/forum/Forum';
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
const dayjs: typeof _dayjs;
|
|
||||||
|
|
||||||
const app: Forum;
|
const app: Forum;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user