feat: add export and import

This commit is contained in:
2024-10-25 19:41:01 +08:00
parent 6f0faba703
commit 158b12d811
10 changed files with 115 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import { Route, App } from '@abearxiong/router';
import { Route, App } from '@kevisual/router';
const app = new App({ io: true });
app.listen(4002);