diff --git a/resources/scripts/components/elements/ScrollMenu.tsx b/resources/scripts/components/elements/ScrollMenu.tsx index c6d50fd2c..0bae8a552 100644 --- a/resources/scripts/components/elements/ScrollMenu.tsx +++ b/resources/scripts/components/elements/ScrollMenu.tsx @@ -4,6 +4,8 @@ import { Checkbox } from '@/components/elements/CheckboxLabel'; import { cn } from '@/lib/utils'; +import { fetchNewProjects } from '../server/modrinth/config'; + interface Props { appVersion; baseUrl: string; @@ -28,7 +30,7 @@ const ScrollMenu = React.forwardRef< return (
-