From c4b1318c6e1b13856827f3ab880c465416ba0378 Mon Sep 17 00:00:00 2001 From: Branden Dane Date: Mon, 23 Nov 2020 19:34:02 -0500 Subject: [PATCH] with-zustand example fix for build error on ssr page --- examples/with-zustand/pages/ssr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-zustand/pages/ssr.js b/examples/with-zustand/pages/ssr.js index adb272265961a..fd1c9190d9ba7 100644 --- a/examples/with-zustand/pages/ssr.js +++ b/examples/with-zustand/pages/ssr.js @@ -1,5 +1,5 @@ import Page from '../components/page' -import { initializeStore } from '../store' +import { initializeStore } from '../lib/store' export default function SSR() { return