6 lines
64 B
TypeScript
6 lines
64 B
TypeScript
import index from "./index";
|
|
|
|
export default {
|
|
...index,
|
|
};
|