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.
OneAuth/oaweb/composables/api/index.ts

15 lines
223 B
TypeScript

/*
* index.ts
4 weeks ago
* Copyright (C) 2024 veypi <i@veypi.com>
* 2024-08-02 17:40
* Distributed under terms of the MIT license.
*/
4 weeks ago
import * as user from './user'
import * as app from './app'
4 weeks ago
export default {
1 year ago
user,
4 weeks ago
app
}