Skip to content

Commit c8ed78a

Browse files
committed
add default export
1 parent 6afd8c0 commit c8ed78a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mod.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export * from "./src/mod.ts";
1+
import DroneController from "./src/mod.ts";
2+
3+
export default DroneController;

0 commit comments

Comments
 (0)