1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 22:01:44 +02:00
market/src/components/atoms/Price.stories.tsx
2020-05-07 09:03:30 +03:00

9 lines
166 B
TypeScript

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