removed some comments
This commit is contained in:
parent
f1f8a3f7b0
commit
5054b0f20f
1 changed files with 0 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
|||
// obsidian already uses moment, so no need to package it twice!
|
||||
// import { moment } from 'obsidian'; // doesn't work for release build
|
||||
// obsidian uses a namespace-style import for moment, which ES6 doesn't allow anymore
|
||||
// const obsidian = require('obsidian');
|
||||
// const moment = obsidian.moment;
|
||||
|
||||
import { moment } from 'obsidian';
|
||||
|
||||
export class DateFormatter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue