import { hydrateElWithoutStore } from '../../react-utils'
import PageLibrary from './page-library.jsx'

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