Skip to content

Commit 1a1ff93

Browse files
committed
minor fix
1 parent 63c33ce commit 1a1ff93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import { ReactXpress, App, Static, Router, Get } from "../lib";
2+
import { ReactXpress, App, Static, Router, Get } from "../../lib";
33

44
const ExpressApp = () => (
55
<App port={8080}>

0 commit comments

Comments
 (0)