Files
ga-covid.thederf.com/src/app.ts
2021-12-31 12:57:47 -05:00

13 lines
235 B
TypeScript

import { defineApp } from 'iles'
export default defineApp({
// head: {
// script: [
// {
// type: 'text/javascript',
// src: 'https://code.jscharting.com/latest/jscharting.js'
// }
// ]
// }
})