UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

12 lines (10 loc) 259 B
import CookiesPage from './CookiesPage'; import ErrorPage from './ErrorPage'; import MaintenancePage from './MaintenancePage'; import NotFoundPage from './NotFoundPage'; export const templates = { CookiesPage, ErrorPage, MaintenancePage, NotFoundPage };