Skip to content

Commit

Permalink
add map shim to Outlet (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler authored Nov 25, 2020
1 parent e74d23b commit 71bf302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routing/Outlet.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { create, tsx, diffProperty, invalidator } from '../core/vdom';
import Map from '../shim/Map';
import injector from '../core/middleware/injector';
import icache from '../core/middleware/icache';
import { RenderResult } from '../core/interfaces';
Expand Down

0 comments on commit 71bf302

Please sign in to comment.