mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
190 B
TypeScript
12 lines
190 B
TypeScript
|
1 year ago
|
/*
|
||
|
|
* index.ts
|
||
|
|
* Copyright (C) 2023 veypi <i@veypi.com>
|
||
|
|
* 2023-10-22 05:11
|
||
|
|
* Distributed under terms of the MIT license.
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
import tschart from './tschart.vue'
|
||
|
|
|
||
|
|
export default tschart
|