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
195 B
Plaintext
12 lines
195 B
Plaintext
import { Meta } from "@storybook/addon-docs/blocks"
|
|
|
|
import { Shadow } from "./Shadow"
|
|
|
|
import { base } from "../../lib/tokens"
|
|
|
|
<Meta title="Tokens/Shadow" />
|
|
|
|
# Shadow
|
|
|
|
<Shadow theme={base} />
|