Skip to content

Commit

Permalink
Update ColapseDoc.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 2, 2024
1 parent e9f2b75 commit 94860db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Box, Button, Heading, Image, Text, Collapse, Stack, Skeleton } from "@chakra-ui/react";
import { Box, Button, Heading, Image, Text, Collapse, Stack, Skeleton, Table, Thead, Tbody, Tr, Th, Td } from "@chakra-ui/react";
// import { motion } from "framer-motion";

const ColapseDoc = () => {
Expand Down

0 comments on commit 94860db

Please sign in to comment.