mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 23:25:41 +02:00
refactor: Use path alias
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Context } from 'cafy';
|
||||
import * as path from 'path';
|
||||
import * as glob from 'glob';
|
||||
import { Schema } from '../../misc/schema';
|
||||
import { Schema } from '@/misc/schema';
|
||||
|
||||
export type Param = {
|
||||
validator: Context<any>;
|
||||
|
||||
Reference in New Issue
Block a user