2022-06-01 22:26:54 +08:00

11 lines
158 B
TypeScript

import { useStore } from "./store";
import "./static/css/index.scss";
export function useBase() {
return {
...useStore()
};
}
export * from "./common";