feat(website): drop hash-based router
This commit is contained in:
15
packages/website/src/pages/home/HomeContent.tsx
Normal file
15
packages/website/src/pages/home/HomeContent.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import FeaturesSection from './FeaturesSection'
|
||||
import HeroSection from './HeroSection'
|
||||
import OneMoreThingSection from './OneMoreThingSection'
|
||||
import ScenariosSection from './ScenariosSection'
|
||||
|
||||
export default function HomeContent() {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<FeaturesSection />
|
||||
<ScenariosSection />
|
||||
<OneMoreThingSection />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user