Removed redundant react imports from with-overmind (#13422)

Per https://github.com/zeit/next.js/issues/12964

Removed redundant react imports from next.js/examples/with-overmind
This commit is contained in:
Jesse Jafa 2020-05-27 07:12:07 +03:00 committed by GitHub
parent 202be4ceb8
commit 2e5a7c8cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
import React from 'react'
import Header from '../components/Header'
import { createOvermindSSR } from 'overmind'
import { config } from '../overmind'

View file

@ -1,4 +1,3 @@
import React from 'react'
import { createOvermindSSR } from 'overmind'
import { config } from '../overmind'
import Header from '../components/Header'