diff options
Diffstat (limited to 'app/root.tsx')
| -rw-r--r-- | app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/root.tsx b/app/root.tsx index 15cc68b..a60527e 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -10,6 +10,7 @@ import { import type { Route } from "./+types/root"; import "./app.css"; +import "./lib/worker.server"; export const links: Route.LinksFunction = () => [ { rel: "preconnect", href: "https://fonts.googleapis.com" }, |
