mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-14 00:17:55 +01:00
fix imports
This commit is contained in:
parent
5dac67d6e5
commit
fbd5d5bf2d
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from '../rest.js';
|
||||
|
||||
export default class {
|
||||
constructor (api) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as rest from './restapi.js';
|
||||
import * as rest from './rest.js';
|
||||
import Doodle3DBox from './doodle3dbox.js';
|
||||
import EventDispatcher from 'casperlamboo/EventDispatcher';
|
||||
import { sleep } from './utils.js';
|
||||
|
Loading…
Reference in New Issue
Block a user