Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Feb 26, 2020
1 parent 33fbafd commit 5c8316b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remax/src/AppContainer.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import VNode, { Path, RawNode } from './VNode';
import VNode, { RawNode } from './VNode';
import { generate } from './instanceId';
import { FiberRoot } from 'react-reconciler';

interface SpliceUpdate {
path: Path;
path: string;
start: number;
deleteCount: number;
items: RawNode[];
Expand Down

0 comments on commit 5c8316b

Please sign in to comment.