Skip to content

Commit 75d7036

Browse files
author
Ives van Hoorne
committed
Tweaks
1 parent 46ef60f commit 75d7036

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/embed/components/Content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import React from 'react';
44
import styled from 'styled-components';
55
import Preview from 'app/components/sandbox/Preview';
66
import CodeEditor from 'app/components/sandbox/CodeEditor';
7-
import Title from 'app/components/text/Title';
87
import { getModulePath } from 'app/store/entities/sandboxes/modules/selectors';
98

109
import type { Sandbox } from 'common/types';

src/homepage/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ <h3>Example Projects</h3>
143143
<a href="/s/voz37vLG5" class="project">
144144
TodoMVC in Redux
145145
</a>
146+
<a href="/s/8qDrxADJo" class="project">
147+
Preact
148+
</a>
146149
</div>
147150
</section>
148151

src/sandbox/eval/js.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { transform } from 'babel-standalone';
55
import asyncPlugin from 'babel-plugin-transform-async-to-generator';
66
import restSpread from 'babel-plugin-transform-object-rest-spread';
77
import classProperties from 'babel-plugin-transform-class-properties';
8-
import transformRuntime from 'babel-plugin-transform-runtime';
98

109
import evalModule from './';
1110
import resolveModule from '../utils/resolve-module';

0 commit comments

Comments
 (0)