diff --git a/osgraph-web/src/constants/index.ts b/osgraph-web/src/constants/index.ts index d3f2d5a..acb41a2 100644 --- a/osgraph-web/src/constants/index.ts +++ b/osgraph-web/src/constants/index.ts @@ -1,5 +1,3 @@ -import { useTranslation } from "react-i18next"; - export const NODE_SIZE_RANGE = [16, 80]; export const NODE_COLORS = [ "#99ADD1",