roshikhan301's picture
Upload 2113 files
8a37e0a verified
import { atom } from 'nanostores';
import type { ReactNode } from 'react';
export const $logo = atom<ReactNode | undefined>(undefined);