Skip to content

Commit 1a163af

Browse files
committed
💩 Create the SectionFake to test the Separator
1 parent 071eea5 commit 1a163af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/Dashboard/styles.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import styled from "styled-components";
2+
import { _separator } from "../../styles/tools/Separator";
3+
4+
export const SectionFake = styled.section`
5+
height: 300px;
6+
${_separator};
7+
`;

0 commit comments

Comments
 (0)