Skip to content

Commit

Permalink
fix: update EditGuildProvider import
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 29, 2024
1 parent 706cd54 commit efc8867
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/[guild]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ import {
import { Info, Users } from "@phosphor-icons/react"
import AccessHub from "components/[guild]/AccessHub"
import { useAccessedGuildPlatforms } from "components/[guild]/AccessHub/AccessHub"
import {
EditGuildDrawerProvider,
useEditGuildDrawer,
} from "components/[guild]/EditGuild/EditGuildDrawerContext"
import { useEditGuildDrawer } from "components/[guild]/EditGuild/EditGuildDrawerContext"
import { EditGuildDrawerProvider } from "components/[guild]/EditGuild/EditGuildDrawerProvider"
import GuildName from "components/[guild]/GuildName"
import JoinButton from "components/[guild]/JoinButton"
import JoinModalProvider from "components/[guild]/JoinModal/JoinModalProvider"
Expand Down

0 comments on commit efc8867

Please sign in to comment.