Skip to content

Commit

Permalink
cleanup: remove the MembersExporter component
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Sep 6, 2024
1 parent e41cf22 commit af73fa8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 165 deletions.
158 changes: 0 additions & 158 deletions src/components/[guild]/Members/components/MembersExporter.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/pages/[guild]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ const DynamicRecheckAccessesAndLeaveButton = dynamic(
ssr: false,
}
)
const DynamicMembersExporter = dynamic(
() => import("components/[guild]/Members/components/MembersExporter"),
{
ssr: false,
}
)
const DynamicDiscordBotPermissionsChecker = dynamic(
() => import("components/[guild]/DiscordBotPermissionsChecker"),
{
Expand Down Expand Up @@ -176,7 +170,6 @@ const GuildPage = (): JSX.Element => {
<Roles />
</Section>

{isAdmin && <DynamicMembersExporter />}
{isAdmin && <DynamicActiveStatusUpdates />}
</LayoutMain>

Expand Down

0 comments on commit af73fa8

Please sign in to comment.