Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 48c38ce

Browse files
committed
Fix import mistake
1 parent c2ed505 commit 48c38ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/filters/time-diff.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import angular from 'angular'
2-
import moment from 'angular'
2+
import moment from 'moment'
33

44
(function() {
55
'use strict'

0 commit comments

Comments
 (0)