Skip to content

Commit

Permalink
Removed redundant react imports from with-overmind (#13422)
Browse files Browse the repository at this point in the history
Per #12964

Removed redundant react imports from next.js/examples/with-overmind
  • Loading branch information
awareness481 authored May 27, 2020
1 parent 202be4c commit 2e5a7c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/with-overmind/pages/about.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import Header from '../components/Header'
import { createOvermindSSR } from 'overmind'
import { config } from '../overmind'
Expand Down
1 change: 0 additions & 1 deletion examples/with-overmind/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import { createOvermindSSR } from 'overmind'
import { config } from '../overmind'
import Header from '../components/Header'
Expand Down

0 comments on commit 2e5a7c8

Please sign in to comment.