mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 03:35:40 -05:00
Fix a couple css imports
This commit is contained in:
@@ -20,7 +20,7 @@ import { monthYears } from "../queries/monthYears";
|
||||
import type { SendouRouteHandle } from "~/utils/remix";
|
||||
import { navIconUrl, topSearchPage } from "~/utils/urls";
|
||||
|
||||
import "../top-search.css?url";
|
||||
import "../top-search.css";
|
||||
|
||||
export const handle: SendouRouteHandle = {
|
||||
breadcrumb: () => ({
|
||||
|
||||
@@ -27,7 +27,7 @@ import * as UserRepository from "~/features/user-page/UserRepository.server";
|
||||
import * as TournamentRepository from "~/features/tournament/TournamentRepository.server";
|
||||
import { databaseTimestampToDate } from "~/utils/dates";
|
||||
|
||||
import "../tournament.css?url";
|
||||
import "../tournament.css";
|
||||
|
||||
export const meta: MetaFunction = (args) => {
|
||||
const data = args.data as SerializeFrom<typeof loader>;
|
||||
|
||||
Reference in New Issue
Block a user