Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(component): default import for layout pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Küchler committed Dec 6, 2017
1 parent 16ae192 commit a105812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ElementList } from './container/element_list';
import { Layout } from '../lsg/patterns/layout';
import Layout from '../lsg/patterns/layout';
import DevTools from 'mobx-react-devtools';
import { PatternList } from './container/pattern_list';
import { Preview } from './presentation/preview';
Expand Down

0 comments on commit a105812

Please sign in to comment.