8a37e0a
1
2
3
4
5
import { atom } from 'nanostores'; import type { ReactNode } from 'react'; export const $logo = atom<ReactNode | undefined>(undefined);