File size: 486 Bytes
63c7991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import * as Avatar from "./avatar";
import * as Button from "./button";
import * as Card from "./card";
// import * as Checkbox from "./checkbox";
import * as Input from "./input";
import * as Label from "./label";
import * as RadioGroup from "./radio-group";
import * as Select from "./select";
import * as Textarea from "./textarea";

const shadcnDocs = [
  Avatar,
  Button,
  Card,
  // Checkbox,
  Input,
  Label,
  RadioGroup,
  Select,
  Textarea,
];

export default shadcnDocs;