Skip to content

Commit

Permalink
Readd grid layout styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Dec 2, 2019
1 parent aab2498 commit 7a93ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/Root.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react';
import './global.css';
import 'react-resizable/css/styles.css';
import 'react-grid-layout/css/styles.css';
import 'typeface-roboto';
import {ThemeProvider} from './provider/ThemeProvider';
import {ApolloProvider} from './provider/ApolloProvider';
Expand Down

0 comments on commit 7a93ea5

Please sign in to comment.