summaryrefslogtreecommitdiff
path: root/components/Sidebar/Note.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/Note.tsx
parenta575d14b6621d5464d33d52ca642f2db70c3e370 (diff)
fix: small bugs
Diffstat (limited to 'components/Sidebar/Note.tsx')
-rw-r--r--components/Sidebar/Note.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Sidebar/Note.tsx b/components/Sidebar/Note.tsx
index 638b43a..3d55816 100644
--- a/components/Sidebar/Note.tsx
+++ b/components/Sidebar/Note.tsx
@@ -1,7 +1,7 @@
import React from 'react'
import { NodeObject } from 'force-graph'
-import { NodeById, NodeByCite, LinksByNodeId, normalizeLinkEnds } from '../../pages'
+import { NodeById, NodeByCite, LinksByNodeId } from '../../pages'
import { Box, Flex } from '@chakra-ui/react'
import { UniOrg } from '../../util/uniorg'
import { Backlinks } from '../../components/Sidebar/Backlinks'