Skip to content

Commit

Permalink
feat: community booth section (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
maito1201 committed Apr 2, 2023
1 parent 0a71ea0 commit 63f1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/PageTop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { NextPage } from 'next'
import { Layout } from 'src/components/commons'
import { useTranslation } from 'react-i18next'
// import { useSessionize } from 'src/modules/sessionize/hooks'
import { MainVisual, TopDescription, SponsorsSection, CommunityBoothSection } from 'src/components/organisms'
import { MainVisual, TopDescription, SponsorsSection } from 'src/components/organisms'

export const PageTop: NextPage = () => {
const { t } = useTranslation()
Expand Down

0 comments on commit 63f1cfa

Please sign in to comment.