Remove commented out code and unused import in Landing.jsx, refactor CreateThingModal.jsx for improved readability
This commit is contained in:
parent
5e54da8271
commit
883a907350
2 changed files with 46 additions and 57 deletions
|
@ -5,7 +5,6 @@ import { useEffect, useState } from 'react'
|
|||
import { useNavigate } from 'react-router-dom'
|
||||
import FeaturesSection from './FeaturesSection'
|
||||
import HomeHero from './HomeHero'
|
||||
import PricingSection from './PricingSection'
|
||||
const Landing = () => {
|
||||
const Navigate = useNavigate()
|
||||
const getCurrentUser = () => {
|
||||
|
@ -24,7 +23,7 @@ const Landing = () => {
|
|||
<Container className='flex h-full items-center justify-center'>
|
||||
<HomeHero />
|
||||
<FeaturesSection />
|
||||
<PricingSection />
|
||||
{/* <PricingSection /> */}
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue