fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
import { Meta } from "@storybook/addon-docs/blocks"
|
|
|
|
import { Spacing } from "./Spacing"
|
|
|
|
import { base } from "../../lib/tokens"
|
|
|
|
<Meta title="Tokens/Spacing" />
|
|
|
|
# Spacing
|
|
|
|
<Spacing theme={base} />
|