Skip to content

Commit

Permalink
react clm_video.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreke committed Sep 15, 2016
1 parent 298a9ea commit d1605c0
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 235 deletions.
227 changes: 0 additions & 227 deletions examples/clm_video.html

This file was deleted.

4 changes: 3 additions & 1 deletion examples/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import { connect } from 'react-redux';
import MenuDrawer from './MenuDrawer';
import SimpleExample from './SimpleExample';
import ClmImageExample from './ClmImageExample';
import ClmVideoExample from './ClmVideoExample';

import './App.styl'

const EXAMPLE_TO_CMPT = {
simple: SimpleExample,
clmImage: ClmImageExample
clmImage: ClmImageExample,
clmVideo: ClmVideoExample
}

class App extends React.Component {
Expand Down
Loading

0 comments on commit d1605c0

Please sign in to comment.