import { randomString } from "./utils.js";
const instanceId = randomString(12);
export default instanceId;