mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
fix: moment-mini default exporter
This commit is contained in:
parent
c51f6df82c
commit
19e3624e89
@ -1,4 +1,5 @@
|
||||
import moment from 'moment-mini';
|
||||
import * as _moment from 'moment-mini';
|
||||
const moment = _moment;
|
||||
import { sanitizeUrl } from '@braintree/sanitize-url';
|
||||
import { log } from '../../logger';
|
||||
import * as configApi from '../../config';
|
||||
|
@ -1,5 +1,6 @@
|
||||
// @ts-nocheck TODO: Fix TS
|
||||
import moment from 'moment-mini';
|
||||
import * as _moment from 'moment-mini';
|
||||
const moment = _moment;
|
||||
import ganttDb from './ganttDb';
|
||||
import { convert } from '../../tests/util';
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
import moment from 'moment-mini';
|
||||
import * as _moment from 'moment-mini';
|
||||
const moment = _moment;
|
||||
import { log } from '../../logger';
|
||||
import {
|
||||
select,
|
||||
|
Loading…
x
Reference in New Issue
Block a user