Reverted back to export const from default

This commit is contained in:
rockyeverlast
2024-03-29 21:14:43 +05:30
parent 6f75326695
commit 41ea79ce9f
3 changed files with 3 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import {
} from "@chakra-ui/react";
import vector2 from "../../assets/images/vector2.png";
const Component2 = () => {
export const Component2 = () => {
return (
<>
<Box display={"flex"} position={"absolute"} top={"-70px"}>
@@ -53,5 +53,3 @@ const Component2 = () => {
</>
);
};
export default Component2;