import { atom } from 'nanostores'; /** * The optional project-id header. */ export const $projectId = atom(); export const $projectName = atom(); export const $projectUrl = atom();