Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Oct 4, 2024
1 parent 9dd0c6f commit d1a75fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/web/src/layouts/common/navigation-mobile.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { links } from "../../config";

import { Icon } from "~/components/common/icon";
import { IconButton } from "~/components/common/icon-button";
import * as Dialog from "~/components/form/radix/dialog";

import { links } from "../../config";

import type { FunctionComponent } from "preact";

export const NavigationMobile: FunctionComponent = () => {
Expand Down

0 comments on commit d1a75fa

Please sign in to comment.