mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Add category done
This commit is contained in:
12
src/components/Admin/Control Panel/Loading/Loading.jsx
Normal file
12
src/components/Admin/Control Panel/Loading/Loading.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
import loadingGifLightTheme from './loading-light-theme.png'
|
||||
|
||||
const Loading = () => {
|
||||
return (
|
||||
<div className='loading'>
|
||||
<img src={loadingGifLightTheme} alt="loading" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Loading
|
||||
Reference in New Issue
Block a user