diff options
Diffstat (limited to 'components/Sidebar/Title.tsx')
-rw-r--r-- | components/Sidebar/Title.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/Sidebar/Title.tsx b/components/Sidebar/Title.tsx index 2c8d8b7..791cbb8 100644 --- a/components/Sidebar/Title.tsx +++ b/components/Sidebar/Title.tsx @@ -1,6 +1,5 @@ import { Flex, Heading } from '@chakra-ui/react' import React from 'react' -import { BiFile } from 'react-icons/bi' import { OrgRoamNode } from '../../api' export interface TitleProps { |