From 6aaf960c28869a8e2dc2342efa6335de678604dc Mon Sep 17 00:00:00 2001
From: bytedream <bytedream@protonmail.com>
Date: Fri, 4 Apr 2025 00:43:57 +0200
Subject: [PATCH] Holy fuck why does vite have a problem with this

---
 src/lib/match.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/match.ts b/src/lib/match.ts
index 29be220..85838ac 100644
--- a/src/lib/match.ts
+++ b/src/lib/match.ts
@@ -1,6 +1,6 @@
 import { unpack } from './util/userspace';
 import { Hosters, Redirect, TmpHost } from './settings';
-import { lastPathSegment } from '~/lib/util/extract';
+import { lastPathSegment } from './util/extract';
 
 export interface Match {
 	name: string;