3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
export * from "./default";
|
|
export { default } from "./default";
|
|
export * from "./views";
|