Skip to content

Commit 5054b0f

Browse files
committed
removed some comments
1 parent f1f8a3f commit 5054b0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/utils/DateFormatter.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// obsidian already uses moment, so no need to package it twice!
2-
// import { moment } from 'obsidian'; // doesn't work for release build
3-
// obsidian uses a namespace-style import for moment, which ES6 doesn't allow anymore
4-
// const obsidian = require('obsidian');
5-
// const moment = obsidian.moment;
6-
71
import { moment } from 'obsidian';
82

93
export class DateFormatter {

0 commit comments

Comments
 (0)