1
0
Quellcode durchsuchen

Remove playground

WRadoslaw vor 1 Jahr
Ursprung
Commit
f3c561337e

+ 0 - 2
packages/atlas/src/views/playground/PlaygroundLayout.tsx

@@ -20,7 +20,6 @@ import { cVar } from '@/styles'
 
 import {
   PlaygroundCaptcha,
-  PlaygroundChannelsSection,
   PlaygroundEstimatingBlockTime,
   PlaygroundGoogleAuthentication,
   PlaygroundIframe,
@@ -49,7 +48,6 @@ const playgroundRoutes = [
   { path: 'google-authentication', element: <PlaygroundGoogleAuthentication />, name: 'Google authentication' },
   { path: 'input-autocomplete', element: <PlaygroundInputAutocomplete />, name: 'Input autocomplete' },
   { path: 'marketplace-carousel', element: <PlaygroundMarketplaceCarousel />, name: 'Marketplace carousel' },
-  { path: 'channels-section', element: <PlaygroundChannelsSection />, name: 'Channels section' },
 ]
 
 const PlaygroundLayout = () => {

+ 0 - 5
packages/atlas/src/views/playground/Playgrounds/PlaygroundChannelsSection.tsx

@@ -1,5 +0,0 @@
-import { ChannelsSection } from '@/components/_channel/ChannelsSection'
-
-export const PlaygroundChannelsSection = () => {
-  return <ChannelsSection />
-}

+ 0 - 1
packages/atlas/src/views/playground/Playgrounds/index.ts

@@ -11,4 +11,3 @@ export * from './PlaygroundCaptcha'
 export * from './PlaygroundGoogleAuthentication'
 export * from './PlaygroundInputAutocomplete'
 export * from './PlaygroundMarketplaceCarousel'
-export * from './PlaygroundChannelsSection'