
* Radix UI Switch Making all switches consistent - using Raxix UI design instead of headless * Moving Switch Component to Monorepo * Update apps/web/components/booking/TimeOptions.tsx * Fix stripe data import Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Omar López <zomars@me.com> Co-authored-by: Alan <alannnc@gmail.com>
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import * as React from "react";
|
|
|
|
export * from "./Button";
|
|
export * from "./Switch";
|