mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
interface: fix missing import of ErrorBoundary
This commit is contained in:
parent
21a64076e2
commit
ed053ed0ed
@ -6,6 +6,7 @@ import { TwoPaneApp } from './TwoPaneApp';
|
|||||||
import LaunchApp from '../apps/launch/app';
|
import LaunchApp from '../apps/launch/app';
|
||||||
import DojoApp from '../apps/dojo/app';
|
import DojoApp from '../apps/dojo/app';
|
||||||
import GroupsApp from '../apps/groups/app';
|
import GroupsApp from '../apps/groups/app';
|
||||||
|
import ErrorComponent from './Error';
|
||||||
|
|
||||||
|
|
||||||
export const Container = styled.div`
|
export const Container = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user