Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
webbushka committed Oct 30, 2024
1 parent 7b4bcb2 commit 98889cf
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import React from 'react'
import { useIsClient } from '@uidotdev/usehooks'
import useDocusaurusContext from '@docusaurus/useDocusaurusContext'
import Layout from '@theme/Layout'
import HomepageEssentials from '@site/src/components/HomepageEssentials'
import HomepageHeader from '@site/src/components/HomepageHeader'
import HomepageGetStarted from '@site/src/components/HomepageGetStarted'
import HomepageTutorials from '@site/src/components/HomepageTutorials'
import HomepageConnect from '@site/src/components/HomepageConnect'
import HomepageLearn from '@site/src/components/HomepageLearn'
import HomepageCollaborate from '@site/src/components/HomepageCollaborate'
import HomepageEssentials from '@site/src/components/Homepage/HomepageEssentials'
import HomepageHeader from '@site/src/components/Homepage/HomepageHeader'
import HomepageGetStarted from '@site/src/components/Homepage/HomepageGetStarted'
import HomepageTutorials from '@site/src/components/Homepage/HomepageTutorials'
import HomepageConnect from '@site/src/components/Homepage/HomepageConnect'
import HomepageLearn from '@site/src/components/Homepage/HomepageLearn'
import HomepageCollaborate from '@site/src/components/Homepage/HomepageCollaborate'

export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext()
Expand Down

0 comments on commit 98889cf

Please sign in to comment.