Remove the unused `qrCodeAtom` from the QR code store to clean up the codebase. Additionally, update the mobile app development prompts to emphasize critical requirements, such as creating a default route, ensuring high-quality UI/UX, and following Expo best practices.
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import { atom } from 'nanostores';
|
|
|
|
export const expoUrlAtom = atom<string | null>(null);
|