Skip to content

Commit

Permalink
reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyClements committed Mar 31, 2022
1 parent 6333d60 commit 58a7aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changes/ChangeTree.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { OPERATION } from "../spec";
import { Schema } from "../Schema";
import { SchemaDefinition, FilterChildrenCallback } from "../annotations";

import { MapSchema } from "../types/MapSchema";
import { ArraySchema } from "../types/ArraySchema";
import { CollectionSchema } from "../types/CollectionSchema";
import { SetSchema } from "../types/SetSchema";
import { FilterChildrenCallback, SchemaDefinition } from '../annotations';

export type Ref = Schema
| ArraySchema
Expand Down

0 comments on commit 58a7aa1

Please sign in to comment.