e0902336 by Adam Heath

Fix issue with astro/vite/rollup not finding a named export.

1 parent 6aa819fa
import React from 'react'
// Fix issue with astro/vite/rollup, no export
import "use-sync-external-store/with-selector.js"
import { Provider } from 'react-redux'
import { getBrowserStore } from './client.mjs'
......