Skip to content

Commit

Permalink
Move src/editor/editor/* => src/editor/GraphQLEditor/*
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 17, 2017
1 parent 011dfd4 commit 0fc5924
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/editor/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './css/app.css';
import './css/codemirror.css';
import './editor/editor.css';
import './GraphQLEditor/editor.css';
import 'graphiql/graphiql.css';

import * as classNames from 'classnames';
Expand All @@ -11,7 +11,7 @@ import * as fakeIDL from 'raw-loader!../fake_definition.graphql';
import * as React from 'react';
import * as ReactDOM from 'react-dom';

import GraphQLEditor from './editor/GraphQLEditor';
import GraphQLEditor from './GraphQLEditor/GraphQLEditor';
import { ConsoleIcon, EditIcon, GithubIcon } from './icons';

type FakeEditorState = {
Expand Down

0 comments on commit 0fc5924

Please sign in to comment.