Skip to content

Commit 0e5e94f

Browse files
committed
Fixed bug with SectionDivider
1 parent b752ce9 commit 0e5e94f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/common/layout/SectionDivider.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Section from "@/components/common/Section"
1+
import Section from "./Section"
22
import styled from 'styled-components';
33

44
const Divider = styled.hr`

components/common/layout/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export { default as Grid } from './Grid';
44
export { default as GridItem } from './GridItem';
55
export { default as Row } from './Row';
66
export { default as Section } from './Section';
7-
export { default as SectionDivider } from './Column';
7+
export { default as SectionDivider } from './SectionDivider';
88
export { default as Stack } from './Stack';

0 commit comments

Comments
 (0)