chore: fix import position

This commit is contained in:
syuilo 2022-12-04 17:05:32 +09:00
parent bbb49457f9
commit 9ce13d487b
16 changed files with 29 additions and 16 deletions

View file

@ -10,6 +10,7 @@ import type Logger from '@/logger.js';
import { DI } from '@/di-symbols.js';
import { LoggerService } from '@/core/LoggerService.js';
import { HttpRequestService } from '@/core/HttpRequestService.js';
import { bindThis } from '@/decorators.js';
import type { DOMWindow } from 'jsdom';
type NodeInfo = {
@ -30,7 +31,6 @@ type NodeInfo = {
themeColor?: unknown;
};
};
import { bindThis } from '@/decorators.js';
@Injectable()
export class FetchInstanceMetadataService {