| 1 | import React, { useEffect, useMemo, useState } from 'react'; |
| 2 | import { Link, useLocation } from 'react-router-dom'; |
| 3 | import { useTranslation } from 'react-i18next'; |
| 4 | import { getLucideIcon, sidebarIconColors } from '../../helpers/render.js'; |
nothing calls this directly
no test coverage detected