We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b752ce9 commit 0e5e94fCopy full SHA for 0e5e94f
2 files changed
components/common/layout/SectionDivider.jsx
@@ -1,4 +1,4 @@
1
-import Section from "@/components/common/Section"
+import Section from "./Section"
2
import styled from 'styled-components';
3
4
const Divider = styled.hr`
components/common/layout/index.js
@@ -4,5 +4,5 @@ export { default as Grid } from './Grid';
export { default as GridItem } from './GridItem';
5
export { default as Row } from './Row';
6
export { default as Section } from './Section';
7
-export { default as SectionDivider } from './Column';
+export { default as SectionDivider } from './SectionDivider';
8
export { default as Stack } from './Stack';
0 commit comments