Skip to content

Commit

Permalink
ayo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 5, 2023
1 parent 99051cb commit ef9acc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav-bar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useCallback, useEffect, useState } from "react";
import { Link, useLocation } from "react-router-dom";
import { Settings, Home, Eye, EyeOff } from "lucide-react";
import { Settings, Home, Eye } from "lucide-react";

import { listen } from "@tauri-apps/api/event";
import { invoke } from "@tauri-apps/api";
Expand Down

0 comments on commit ef9acc8

Please sign in to comment.