generated from Dicken/dickendock
Erstes lauffähiges Grundgerüst: Monorepo, Fastify-API, React-Startseite, Docker
This commit is contained in:
5
packages/ui/src/index.ts
Normal file
5
packages/ui/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { SearchInput } from "./SearchInput.js";
|
||||
export type { SearchInputProps } from "./SearchInput.js";
|
||||
|
||||
export { StatusBadge } from "./StatusBadge.js";
|
||||
export type { StatusBadgeProps } from "./StatusBadge.js";
|
||||
Reference in New Issue
Block a user