mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 20:55:50 +00:00
Reverted back to export const from default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user