summaryrefslogtreecommitdiff
path: root/components/Sidebar/Title.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2022-09-27 15:35:19 +0200
committerThomas F. K. Jorna <[email protected]>2022-09-27 15:35:19 +0200
commitfb26ac08618339f113749ea85c88ea69d255402b (patch)
tree9b8ccf64df290dc5c5cdf70778cca737b9aec3ba /components/Sidebar/Title.tsx
parenta575d14b6621d5464d33d52ca642f2db70c3e370 (diff)
fix: small bugs
Diffstat (limited to 'components/Sidebar/Title.tsx')
-rw-r--r--components/Sidebar/Title.tsx1
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 {