Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTK committed Nov 8, 2023
1 parent 101ba22 commit e13bfce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/protobuf/conversion/convert.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { describe, expect, it } from 'vitest';
import protobuf from 'protobufjs';
import { AutoFormContext } from '../../context';
import { proto2Form } from './proto2Form';
import { form2Proto, pruneUnselectedOneofValues } from './form2Proto';
import { form2Proto, proto2Form, pruneUnselectedOneofValues } from './';
import { fillInitialValues } from './initial';

describe('Protobuf Conversion', () => {
Expand Down

0 comments on commit e13bfce

Please sign in to comment.