Skip to content

Commit f92ae28

Browse files
Code refactoring
1 parent 1f0614e commit f92ae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useEffect } from 'react';
1+
import { useState, useEffect } from 'react';
22
import axios from 'axios';
33
import { LazyLoadImage } from 'react-lazy-load-image-component';
44
import Box from '@mui/material/Box';

0 commit comments

Comments
 (0)