Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Nov 11, 2023
1 parent c83289e commit 958fbc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faBars, faTimes } from "@fortawesome/free-solid-svg-icons";

import { useAuth } from "@context/Auth";
import Return from "@components/Return";

const roleNavigations = {
sponsor: ["scanner", "visitors"],
Expand Down

0 comments on commit 958fbc9

Please sign in to comment.