// @index('./*', f => `export * from "${f.path}";`) | |
export * from "./auth"; | |
export * from "./contributors"; | |
export * from "./feature"; | |
export * from "./resume"; | |
export * from "./secrets"; | |
export * from "./statistics"; | |
export * from "./user"; | |
// @index('./*', f => `export * from "${f.path}";`) | |
export * from "./auth"; | |
export * from "./contributors"; | |
export * from "./feature"; | |
export * from "./resume"; | |
export * from "./secrets"; | |
export * from "./statistics"; | |
export * from "./user"; | |