import React from 'react'; import { Header, SpendScreen } from '@/screens'; import { type Tab } from '@/lib/types'; import { APP_NAME, SPEND_SCREEN_ID } from '@/lib/constants'; import Head from 'next/head'; import { useAppStore } from '@/lib/storage'; const HeadIndex = (): JSX.Element => { return ( <>