Remove invalid import

This commit is contained in:
Kalle 2024-07-06 11:54:32 +03:00
parent 970e9eb6a4
commit 555d20fbbf

View File

@ -6,7 +6,6 @@ import { i18next } from "~/modules/i18n/i18next.server";
import { safeNumberParse } from "~/utils/number";
import { notFoundIfFalsy, parseParams } from "~/utils/remix";
import type { GetUserResponse } from "../schema";
("~/modules/i18n");
import { cors } from "remix-utils/cors";
import {
handleOptionsRequest,