Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't lazy load components in mod queue
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 9e44a7e commit 732e9f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/mod-queue.tsx
Expand Up @@ -7,9 +7,8 @@ import {
useToast,
VStack,
} from "@chakra-ui/react";
import { lazy, useState } from "react";
import { useState } from "react";
import AppealCard from "../../components/AppealCard.js";
import Login from "../../components/Login.js";
import { useLoaderData } from "@remix-run/react";

export async function loader({ context }: { context: RequestContext }) {
Expand Down

0 comments on commit 732e9f0

Please sign in to comment.