Fix linter issues

This commit is contained in:
freearhey
2025-09-03 07:41:19 +03:00
parent b4095590f0
commit 8182cc45f9
5 changed files with 21 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { Storage, Collection, File } from '@freearhey/core'
import { HTMLTable, LogParser, LogItem } from '../core'
import { Storage, Collection } from '@freearhey/core'
import { LogParser, LogItem } from '../core'
import { LOGS_DIR, README_DIR } from '../constants'
import { Region } from '../models'
import { Table } from './table'