diff options
author | Thomas F. K. Jorna <[email protected]> | 2022-09-27 15:35:19 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2022-09-27 15:35:19 +0200 |
commit | fb26ac08618339f113749ea85c88ea69d255402b (patch) | |
tree | 9b8ccf64df290dc5c5cdf70778cca737b9aec3ba /util/uniorg.tsx | |
parent | a575d14b6621d5464d33d52ca642f2db70c3e370 (diff) |
fix: small bugs
Diffstat (limited to 'util/uniorg.tsx')
-rw-r--r-- | util/uniorg.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/uniorg.tsx b/util/uniorg.tsx index 4172d7a..8e285e6 100644 --- a/util/uniorg.tsx +++ b/util/uniorg.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useMemo, useState } from 'react' -import { OrgRoamLink, OrgRoamNode } from '../api' import { LinksByNodeId, NodeByCite, NodeById } from '../pages/index' import { ProcessedOrg } from './processOrg' |