diff --git a/docs/src/app.tsx b/docs/src/app.tsx index 376f573..f274e2a 100644 --- a/docs/src/app.tsx +++ b/docs/src/app.tsx @@ -9,7 +9,7 @@ import "./app.css"; import style from "solid-uix/dist/main.css?url"; const ScrollToAnchor = clientOnly(async () => ({ - default: (await import("./components/scroll/scroll")).ScrollToAnchor, + default: (await import("./components/scroll/scroll")).ScrollToAnchor })); const App = () => { @@ -22,10 +22,7 @@ const App = () => { name="description" content="Performant, flexible and extensible forms with easy-to-use validation." /> - +