Skip to content

Commit

Permalink
small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Sep 22, 2023
1 parent e94ed67 commit 6ae3919
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 6 additions & 1 deletion src/containers/Playground/components.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
import { Account, Project } from 'api/apollo/generated/graphql';
import { Editor as EditorRoot } from 'layout/Editor';
import { ActiveEditor } from 'providers/Project';
import { useProject } from 'providers/Project/projectHooks';
import React, { useEffect, useRef, useState } from 'react';
import { Flex, useThemeUI } from 'theme-ui';
import EditorPanels from 'components/Editor/EditorPanels';
import { SXStyles } from 'src/types';
import { decodeText } from 'util/readme';
import styled from 'styled-components';

const EditorRoot = styled.div`
grid-area: editor;
flex: 1;
`;

export interface WithShowProps {
show: boolean;
Expand Down
6 changes: 0 additions & 6 deletions src/layout/Editor.tsx

This file was deleted.

0 comments on commit 6ae3919

Please sign in to comment.