Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
superolegatron committed Sep 15, 2024
1 parent 633b9a4 commit ee23c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useEffect, useState, Suspense, useRef} from 'react';
import React, { useEffect, useState, Suspense, useRef } from 'react';
import { useForm } from 'react-hook-form';
import { useNavigate } from 'react-router-dom';
import { toast } from 'react-toastify';
Expand Down
2 changes: 1 addition & 1 deletion FrontEnd/src/components/authorization/LoginPage.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useForm } from 'react-hook-form';
import React, {useState, useEffect, useRef} from 'react';
import { useState, useEffect, useRef } from 'react';
import { useNavigate, Link } from 'react-router-dom';
import axios from 'axios';
import { useStopwatch } from 'react-timer-hook';
Expand Down

0 comments on commit ee23c79

Please sign in to comment.