diff --git a/src/components/RevealManager.tsx b/src/components/RevealManager.tsx index e5e8857..490cdd3 100644 --- a/src/components/RevealManager.tsx +++ b/src/components/RevealManager.tsx @@ -18,7 +18,6 @@ import { import { Portal } from "solid-js/web"; import { useLocation } from "@solidjs/router"; import { useArticleDom } from "./Article"; -import { useScrollContainer } from "../App"; import { journalStreamState } from "./stores/journalStream"; import { useJournalCompletions } from "./journal/completions"; import { @@ -76,7 +75,6 @@ function hide() { export const RevealManager: Component = () => { const contentDom = useArticleDom(); - const scrollContainer = useScrollContainer(); const location = useLocation(); const comp = useJournalCompletions(); @@ -181,16 +179,8 @@ export const RevealManager: Component = () => {