13 lines
235 B
TypeScript
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'
|
|
// }
|
|
// ]
|
|
// }
|
|
})
|