From 08770d5fb6d4449c8423aeae21c5bed12963eff3 Mon Sep 17 00:00:00 2001 From: sashuk Date: Tue, 25 Feb 2025 09:10:30 +0000 Subject: [PATCH] Fix --- .../base/Section/src/Section/story/Controlled.example.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/base/Section/src/Section/story/Controlled.example.tsx b/packages/base/Section/src/Section/story/Controlled.example.tsx index 29bcfcf915..68dd9cd5a7 100644 --- a/packages/base/Section/src/Section/story/Controlled.example.tsx +++ b/packages/base/Section/src/Section/story/Controlled.example.tsx @@ -1,5 +1,5 @@ import React, { useState } from 'react' -import { Button, Container, Section } from '@toptal/picasso' +import { Button, Container, Section, Typography } from '@toptal/picasso' import { SPACING_4 } from '@toptal/picasso-utils' const Example = () => { @@ -20,7 +20,7 @@ const Example = () => { title='First section' collapsed={!sectionIsOpened} > -

First section content

+ First section content