We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0a50b commit ef52c18Copy full SHA for ef52c18
src/components/spacing/Spacing.tsx
@@ -1,5 +1,6 @@
1
import React from "react";
2
import {Code0Component, Code0Sizes, mergeCode0Props} from "../../utils";
3
+import "./Spacing.style.scss"
4
5
export interface SpacingProps extends Code0Component<HTMLDivElement> {
6
spacing: Code0Sizes
0 commit comments