import common from "./common";
it("should compile", () => {
expect(common).toBe("common");
});
export default "main";