import { Button } from "ui/components/buttons/Button"; import { Alert } from "ui/components/display/Alert"; import * as Formy from "ui/components/form/Formy"; export default function Themes() { return (
Alert.Exception Alert.Info Alert.Success Alert.Warning
Input Checkbox Switch Select
); }