fix: fix integrations not loading
This commit is contained in:
parent
d5fb8a2966
commit
1fb084451d
12 changed files with 184 additions and 202 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue