17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / common / unionize.ts
index b6844311ccc9d89defe4341317340aeef6192528..794b5f677b5ad204ad60c407097396b06b24773c 100644 (file)
@@ -2,9 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-export * from 'unionize';
 import { unionize as originalUnionize, SingleValueRec } from 'unionize';
 
+export * from 'unionize';
+
 export function unionize<Record extends SingleValueRec>(record: Record) {
     return originalUnionize(record, {
         tag: 'type',