From 29437b6ae44f1792cfba8caa870a348c4de3b8f1 Mon Sep 17 00:00:00 2001 From: Paul Naszalyi Date: Tue, 29 Oct 2024 15:54:04 +0100 Subject: [PATCH] Fix Price exampel --- .../react/components/price/Price.example.tsx | 30 +++++-------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/packages/react/components/price/Price.example.tsx b/packages/react/components/price/Price.example.tsx index 7a835079..2a9857b6 100644 --- a/packages/react/components/price/Price.example.tsx +++ b/packages/react/components/price/Price.example.tsx @@ -2,34 +2,18 @@ import React from 'react' import { Price } from './index' import { Columns, ColumnsItem } from '../columns' -const PriceExample: React.ReactNode = - - +const PriceExample: React.ReactNode = ( + - + - + - + - + +) export default PriceExample