This commit is contained in:
2025-04-04 00:01:21 +02:00
parent 8d575241fe
commit 8a13dea681
4 changed files with 16 additions and 12 deletions

View File

@ -1,5 +1,5 @@
import {getMatch, type Match, MatchMediaType} from '~/lib/match';
import {Other, Redirect} from '~/lib/settings';
import { getMatch, type Match, MatchMediaType } from '~/lib/match';
import { Other, Redirect } from '~/lib/settings';
async function main() {
let match: Match | null;