diff --git a/Redux-example.md b/Redux-example.md index 489e5a6..4d854d1 100644 --- a/Redux-example.md +++ b/Redux-example.md @@ -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 { Provider } from 'react-redux' import { reducer, initStore, startClock } from '../store' -import Link from 'next/link' import Clock from '../components/Clock' export default class Counter extends React.Component {