Skip to content

Commit

Permalink
Clear warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucystevens committed Apr 24, 2023
1 parent e74d570 commit 1061919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, {useMemo, useState} from 'react'
import React, {useState} from 'react'
import './HomePage.scss'
import {Link} from "react-router-dom";

export const HomePage: React.FC = () => {

Expand Down

0 comments on commit 1061919

Please sign in to comment.