Skip to content

Commit

Permalink
Removed old MDX editor
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Oct 12, 2023
1 parent dacc053 commit 67c59e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 470 deletions.
6 changes: 0 additions & 6 deletions app/scripts/components/sandbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import SandboxChart from './mdx-chart';
import SandboxAnalysisChart from './analysis-chart';
import SandboxRequest from './request';
import SandboxColors from './colors';
import SandboxMDXEditor from './mdx-editor';
import SandboxTable from './table';
import { resourceNotFound } from '$components/uhoh';
import { Card, CardList } from '$components/common/card';
Expand Down Expand Up @@ -95,11 +94,6 @@ const pages = [
name: 'Colors',
component: SandboxColors
},
{
id: 'mdxeditor',
name: 'Story Editor ⚠️EXPERIMENTAL',
component: SandboxMDXEditor
},
{
id: 'sandboxtable',
name: 'Table',
Expand Down
104 changes: 0 additions & 104 deletions app/scripts/components/sandbox/mdx-editor/index.tsx

This file was deleted.

Loading

0 comments on commit 67c59e8

Please sign in to comment.