import { hydrateElWithoutStore } from '../../react-utils'
import PageModule from './page-module.jsx'

hydrateElWithoutStore(PageModule, '#react-hydrate-root')
