Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Apr 25, 2024
1 parent 5b31ca2 commit 39adda2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { type Segments } from './types';
import { Doc } from './Doc';
import { Model, RootModel } from './Model';
import { JSONObject } from 'sharedb/lib/sharedb';
import { VerifyJsonWebKeyInput } from 'crypto';
import { Path, ReadonlyDeep, ShallowCopiedValue } from '../types';
var LocalDoc = require('./LocalDoc');
var util = require('../util');
Expand Down

0 comments on commit 39adda2

Please sign in to comment.