Files
cozsweet-frontend-nextjs/src/app/_components/index.ts
T

8 lines
153 B
TypeScript

/**
* @file Shared app component barrel.
*/
export * from "./back-button";
export * from "./character-avatar";
export * from "./user-message-avatar";