interface: fix missing import of ErrorBoundary

This commit is contained in:
Matilde Park 2020-08-24 21:51:39 -04:00
parent 21a64076e2
commit ed053ed0ed

View File

@ -6,6 +6,7 @@ import { TwoPaneApp } from './TwoPaneApp';
import LaunchApp from '../apps/launch/app';
import DojoApp from '../apps/dojo/app';
import GroupsApp from '../apps/groups/app';
import ErrorComponent from './Error';
export const Container = styled.div`