File size: 245 Bytes
8a37e0a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { atom } from 'nanostores';

/**
 * The optional project-id header.
 */
export const $projectId = atom<string | undefined>();

export const $projectName = atom<string | undefined>();
export const $projectUrl = atom<string | undefined>();