mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-26 19:14:30 +00:00
10 lines
225 B
TypeScript
10 lines
225 B
TypeScript
import Chart from 'chart.js/auto';
|
|
import {permanencyFetchPermanancies} from '#openapi'
|
|
|
|
async function main() {
|
|
console.log((await permanencyFetchPermanancies()).data)
|
|
}
|
|
|
|
main()
|
|
console.log("Hello from graph-index.ts");
|