import { Startup } from "@ipare/core"; //just be placeholder export default (startup: T) => { return startup; };