mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-27 03:24:24 +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");
|