Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorYeet committed Sep 12, 2024
1 parent 16355d8 commit fd5aa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from "react";
import { useState } from "react";

import type { NextPage } from "next";
import Head from "next/head";
Expand Down

0 comments on commit fd5aa4d

Please sign in to comment.