Holy fuck why does vite have a problem with this

This commit is contained in:
bytedream 2025-04-04 00:43:57 +02:00
parent 8a13dea681
commit 6aaf960c28

View File

@ -1,6 +1,6 @@
import { unpack } from './util/userspace'; import { unpack } from './util/userspace';
import { Hosters, Redirect, TmpHost } from './settings'; import { Hosters, Redirect, TmpHost } from './settings';
import { lastPathSegment } from '~/lib/util/extract'; import { lastPathSegment } from './util/extract';
export interface Match { export interface Match {
name: string; name: string;