kopia lustrzana https://github.com/wagtail/wagtail
Move telepath.js to utils
rodzic
e651c1cdbd
commit
31012506bd
|
@ -1,3 +1,3 @@
|
|||
import Telepath from '../../../components/Telepath/Telepath';
|
||||
import Telepath from '../../../utils/telepath';
|
||||
|
||||
window.telepath = new Telepath();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable dot-notation */
|
||||
|
||||
import Telepath from './Telepath';
|
||||
import Telepath from './telepath';
|
||||
|
||||
const telepath = new Telepath();
|
||||
|
Ładowanie…
Reference in New Issue