mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 02:31:56 +10:00
9 lines
242 B
TypeScript
9 lines
242 B
TypeScript
// @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";
|