This commit is contained in:
OfficialDakari 2025-04-03 18:43:01 +05:00
parent 29f130f748
commit 62f4f657b1
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import React from "react";
export { TextField } from "./components/TextField"; export { TextField } from "./components/TextField";
export { Button } from "./components/Button"; export { Button } from "./components/Button";
export { Checkbox } from "./components/Checkbox"; export { Checkbox } from "./components/Checkbox";