refactor: remove unused qrCodeAtom and update mobile app prompts

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.
This commit is contained in:
KevIsDev
2025-04-17 13:43:48 +01:00
parent 9039653ae0
commit 3b5d404330
2 changed files with 31 additions and 28 deletions

View File

@@ -1,4 +1,3 @@
import { atom } from 'nanostores';
export const qrCodeAtom = atom<string | null>(null);
export const expoUrlAtom = atom<string | null>(null);