Skip to content

Commit 3ee61c9

Browse files
committed
😡
1 parent ecb5b84 commit 3ee61c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server-router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import Router, { initParams, initResult } from './router';
4-
import serialize from 'serialize-javascript';
4+
import * as serialize from 'serialize-javascript';
55

66
export default class ServerRouter extends Router {
77
static async init(opts: initParams): Promise<initResult> {

0 commit comments

Comments
 (0)