diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 19:58:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 19:58:10 +0200 |
| commit | 24ec0726bf254f4e4398cf2bfa0c794978367744 (patch) | |
| tree | d19f5eaa94cd99794646dc49b7c9a8a3cfe62b6a /app/client/modules/pix2pix/index.js | |
| parent | e113c29866e39c4a469a16fe7d8c03e476ddd480 (diff) | |
move p2pl
Diffstat (limited to 'app/client/modules/pix2pix/index.js')
| -rw-r--r-- | app/client/modules/pix2pix/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2pix/index.js b/app/client/modules/pix2pix/index.js index 87bbf0d..0343963 100644 --- a/app/client/modules/pix2pix/index.js +++ b/app/client/modules/pix2pix/index.js @@ -1,7 +1,7 @@ import { h, Component } from 'preact' import { Route, Link } from 'react-router-dom' -import Pix2PixLive from './live.component' +import Pix2PixLive from './pix2pix.live' function router () { return ( |
