Files
cypress/packages/app/vite-env.d.ts
T
Jessica Sachs 0eb5bce67e feat(app): adding navigation, pages, router, and layout (#18194)
* feat: adding navigation to the frontend app

* cleaning up markup

* Adding layout and navigation and pages

* setImmediate fix

* Removing createRouter from the shared commands for now

* update yarn.lock

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-09-23 11:42:17 +10:00

5 lines
188 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="vite-plugin-pages/client" />
/// <reference types="vite-plugin-vue-layouts/client" />
/// <reference types="vite-svg-loader" />