e0902336 by Adam Heath

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

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