Add Indicator box to home
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import React, { useEffect } from 'react'
|
||||
import '@/assets/css/components/home/home.scss'
|
||||
import FitFullScreen from '@/components/common/FitFullScreen'
|
||||
import FitCenter from '@/components/common/FitCenter'
|
||||
import { MainFrameworkContext } from '@/pages/MainFramework'
|
||||
import Slogan from '@/components/home/Slogan'
|
||||
import OxygenToolbox from '@/components/home/OxygenToolbox'
|
||||
import Indicator from '@/components/common/Indicator.tsx'
|
||||
|
||||
const Home: React.FC = () => {
|
||||
const {
|
||||
@@ -149,6 +151,10 @@ const Home: React.FC = () => {
|
||||
return <FitFullScreen key={index} {...element} />
|
||||
})}
|
||||
</div>
|
||||
|
||||
<div className={'indicator'}>
|
||||
<Indicator />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user