Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
robines committed Nov 22, 2024
1 parent eeb4b34 commit 8de5b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/PagesAdmin/AdminLayout/AdminLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Icon } from '@iconify/react';
import classNames from 'classnames';
import React, { useCallback, useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { Outlet, useLocation, useResolvedPath } from 'react-router-dom';
import { Outlet, useLocation } from 'react-router-dom';
import { Button, Link, Navbar } from '~/Components';
import type { Applet } from '~/Components/AdminBox/types';
import { appletCategories } from '~/Pages/AdminPage/applets';
Expand Down

0 comments on commit 8de5b8c

Please sign in to comment.