mirror of
https://github.com/tale/headplane.git
synced 2026-08-22 02:36:38 +00:00
fix: fix integrations not loading
This commit is contained in:
+1
-7
@@ -1,8 +1,4 @@
|
||||
import type {
|
||||
LinksFunction,
|
||||
LoaderFunctionArgs,
|
||||
MetaFunction,
|
||||
} from 'react-router';
|
||||
import type { LinksFunction, MetaFunction } from 'react-router';
|
||||
import {
|
||||
Links,
|
||||
Meta,
|
||||
@@ -18,8 +14,6 @@ import ToastProvider from '~/components/ToastProvider';
|
||||
import stylesheet from '~/tailwind.css?url';
|
||||
import { LiveDataProvider } from '~/utils/live-data';
|
||||
import { useToastQueue } from '~/utils/toast';
|
||||
import { LoadContext } from './server';
|
||||
import log from './utils/log';
|
||||
|
||||
export const meta: MetaFunction = () => [
|
||||
{ title: 'Headplane' },
|
||||
|
||||
Reference in New Issue
Block a user