Skip to content

Commit

Permalink
fix import problems
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Jan 15, 2024
1 parent 060d31b commit 05278f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Logger } from '@src/core/logger';
import { TldrawService } from '../../service';
import { TldrawController } from '..';
import { TldrawRepo } from '../../repo';
import { tldrawEntityFactory } from '../../factory';
import { tldrawEntityFactory } from '../../testing';

const baseRouteName = '/tldraw-document';
describe('tldraw controller (api)', () => {
Expand Down
1 change: 0 additions & 1 deletion apps/server/src/modules/tldraw/service/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './tldraw.service';
export * from './tldraw.ws.service';
export * from './tldraw.service';

0 comments on commit 05278f5

Please sign in to comment.