You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* @Author: ch
|
|
* @Date: 2022-05-04 20:29:55
|
|
* @LastEditors: ch
|
|
* @LastEditTime: 2022-05-04 21:58:02
|
|
* @Description: file content
|
|
*/
|
|
|
|
import * as other from './other';
|
|
|
|
export * from './other';
|
|
|
|
export default { ...other} |