Skip to content

Commit

Permalink
Fixed bug with SectionDivider
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Sep 25, 2022
1 parent b752ce9 commit 0e5e94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/common/layout/SectionDivider.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Section from "@/components/common/Section"
import Section from "./Section"
import styled from 'styled-components';

const Divider = styled.hr`
Expand Down
2 changes: 1 addition & 1 deletion components/common/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export { default as Grid } from './Grid';
export { default as GridItem } from './GridItem';
export { default as Row } from './Row';
export { default as Section } from './Section';
export { default as SectionDivider } from './Column';
export { default as SectionDivider } from './SectionDivider';
export { default as Stack } from './Stack';

0 comments on commit 0e5e94f

Please sign in to comment.