Refactoring: Move chart dir into services dir
This commit is contained in:
parent
e6612f610c
commit
aba85b977d
41 changed files with 53 additions and 53 deletions
|
@ -21,9 +21,9 @@ import Meta from '../../models/meta';
|
|||
import config from '../../config';
|
||||
import registerHashtag from '../register-hashtag';
|
||||
import isQuote from '../../misc/is-quote';
|
||||
import notesChart from '../../chart/notes';
|
||||
import perUserNotesChart from '../../chart/per-user-notes';
|
||||
import activeUsersChart from '../../chart/active-users';
|
||||
import notesChart from '../../services/chart/notes';
|
||||
import perUserNotesChart from '../../services/chart/per-user-notes';
|
||||
import activeUsersChart from '../../services/chart/active-users';
|
||||
|
||||
import { erase, concat } from '../../prelude/array';
|
||||
import insertNoteUnread from './unread';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue