Skip to content

Commit

Permalink
add missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Oct 28, 2023
1 parent f680ede commit 8925651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState } from 'react'
import { useEffect, useState } from 'react'
import { useRouter } from 'next/router'
import { Form, Image } from 'semantic-ui-react'
import styled from 'styled-components'
Expand Down

0 comments on commit 8925651

Please sign in to comment.