market/src/components/atoms/Price.stories.tsx

9 lines
166 B
TypeScript

import React from 'react'
import Price from './Price'
export default {
title: 'Atoms/Price'
}
export const Normal = () => <Price price="126479107489300000000" />