import { module } from "./path"; // single module import Module from "./path"; // default export import Module, { module } from "./path"; // both