diff --git a/examples/with-zustand/pages/ssr.js b/examples/with-zustand/pages/ssr.js index adb272265961acdcfad7e0140dcbd630a02183ed..fd1c9190d9ba70dd9b8460b5a2fe6226732b72b8 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