Files
cunningham/packages/react/src/index.ts
Nathan Vasse 75f2617726 (components) add react repo
This repo only contains a Button which is here only for demonstration purpose.
Its purpose is to contain all the future react-based components of the
design system.
2022-12-07 17:07:18 +01:00

4 lines
61 B
TypeScript

import "./index.scss";
export * from "./components/Button";