Skip to content

Commit

Permalink
change route
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Dec 11, 2023
1 parent 29b8e22 commit fb2b11b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import SEO from '../../../components/global/SEO';
import TcPlatform from '../../../components/communitySettings/platform';
import { defaultLayout } from '../../../layouts/defaultLayout';
import { ChannelProvider } from '../../../context/ChannelContext';
import TcBreadcrumbs from '../../../components/shared/TcBreadcrumbs';
import SEO from '../../../../components/global/SEO';
import TcPlatform from '../../../../components/communitySettings/platform';
import { defaultLayout } from '../../../../layouts/defaultLayout';
import { ChannelProvider } from '../../../../context/ChannelContext';
import TcBreadcrumbs from '../../../../components/shared/TcBreadcrumbs';

function PlatformConfigurations() {
return (
Expand Down

0 comments on commit fb2b11b

Please sign in to comment.