Skip to content

Commit

Permalink
Merge pull request #214 from TogetherCrew/fix/dynamic-route-issue
Browse files Browse the repository at this point in the history
change id page
  • Loading branch information
mehdi-torabiv authored Dec 11, 2023
2 parents 29b8e22 + ba1ba13 commit b3fdd87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/community-settings/platform/[id].tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import SEO from '../../../components/global/SEO';
'use client';
import TcPlatform from '../../../components/communitySettings/platform';
import { defaultLayout } from '../../../layouts/defaultLayout';
import { ChannelProvider } from '../../../context/ChannelContext';
import SEO from '../../../components/global/SEO';
import TcBreadcrumbs from '../../../components/shared/TcBreadcrumbs';
import { ChannelProvider } from '../../../context/ChannelContext';
import { defaultLayout } from '../../../layouts/defaultLayout';

function PlatformConfigurations() {
return (
Expand Down

0 comments on commit b3fdd87

Please sign in to comment.