1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 10:56:00 +02:00

Refactoring: Move chart dir into services dir

This commit is contained in:
syuilo
2019-02-08 04:31:33 +09:00
parent e6612f610c
commit aba85b977d
41 changed files with 53 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
import $ from 'cafy';
import define from '../../define';
import driveChart from '../../../../chart/drive';
import driveChart from '../../../../services/chart/drive';
export const meta = {
stability: 'stable',