mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Updated Redux example (markdown)
parent
c3159d7b53
commit
edada2f1e0
|
@ -14,7 +14,6 @@ To pass the initial state from the server to the client we pass it as a prop cal
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { Provider } from 'react-redux'
|
import { Provider } from 'react-redux'
|
||||||
import { reducer, initStore, startClock } from '../store'
|
import { reducer, initStore, startClock } from '../store'
|
||||||
import Link from 'next/link'
|
|
||||||
import Clock from '../components/Clock'
|
import Clock from '../components/Clock'
|
||||||
|
|
||||||
export default class Counter extends React.Component {
|
export default class Counter extends React.Component {
|
||||||
|
|
Loading…
Reference in a new issue