Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Feb 15, 2025
1 parent 95b1fb2 commit e0c5a9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions viz/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React, { useState } from "react";
import { Link } from "react-router-dom";
import { Menu, X } from "lucide-react";
import { DEFAULT_SAE_MODEL } from "@/config";
import { SAE_CONFIGS } from "@/SAEConfigs";
import HomeNavigator from "./HomeNavigator";
import { useIsMobile } from "../hooks/use-mobile";

Expand Down

0 comments on commit e0c5a9b

Please sign in to comment.