Skip to content

Commit e48cab9

Browse files
committed
Fix fade content demo
1 parent f822751 commit e48cab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/demo/Animations/FadeContentDemo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState } from 'react';
2-
import { Box, Flex } from '@chakra-ui/react';
2+
import { Box, Button, Flex, Text } from '@chakra-ui/react';
33
import { CodeTab, PreviewTab, TabsLayout } from '../../components/common/TabsLayout';
44

55
import RefreshButton from '../../components/common/Preview/RefreshButton';

0 commit comments

Comments
 (0)