remove ScrollRestoration because it fucks with the scrolling for some reason

This commit is contained in:
Your Name 2023-01-17 10:27:52 +02:00
parent 7c601050d8
commit fabeea7f42
1 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,4 @@
import {
Links,
LiveReload,
Meta,
Outlet,
Scripts,
ScrollRestoration,
} from "@remix-run/react";
import { Links, LiveReload, Meta, Outlet, Scripts } from "@remix-run/react";
import { useState } from "react";
import styles from "./styles/app.css";