File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import React from 'react';
44import styled from 'styled-components' ;
55import Preview from 'app/components/sandbox/Preview' ;
66import CodeEditor from 'app/components/sandbox/CodeEditor' ;
7- import Title from 'app/components/text/Title' ;
87import { getModulePath } from 'app/store/entities/sandboxes/modules/selectors' ;
98
109import type { Sandbox } from 'common/types' ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { transform } from 'babel-standalone';
55import asyncPlugin from 'babel-plugin-transform-async-to-generator' ;
66import restSpread from 'babel-plugin-transform-object-rest-spread' ;
77import classProperties from 'babel-plugin-transform-class-properties' ;
8- import transformRuntime from 'babel-plugin-transform-runtime' ;
98
109import evalModule from './' ;
1110import resolveModule from '../utils/resolve-module' ;
You can’t perform that action at this time.
0 commit comments