Skip to content

Commit

Permalink
fix: unused variable (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Apr 27, 2024
1 parent a5558ac commit c87a35e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/dashboard/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { useUsersQuery } from "@sac/lib";

import Image from "next/image";
import Image from 'next/image';

export default function Home() {
return (
Expand Down

0 comments on commit c87a35e

Please sign in to comment.