Skip to content

Commit f74f9c6

Browse files
committed
remove global styles
1 parent 383368e commit f74f9c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/_app.js

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { combineReducers } from 'redux';
66
import { Provider } from 'react-redux';
77
import makeStore from 'store';
88

9-
import { GlobalStyles } from 'gfw-components';
10-
119
import reducerRegistry from 'store/registry';
1210
import MyGFWProvider from 'providers/mygfw-provider';
1311
import LocationProvider from 'providers/location-provider';
@@ -32,7 +30,6 @@ class MyApp extends App {
3230

3331
return (
3432
<Provider store={this.store}>
35-
<GlobalStyles />
3633
<MyGFWProvider />
3734
<LocationProvider />
3835
<Component {...pageProps} />

0 commit comments

Comments
 (0)