feat: added seed

This commit is contained in:
2023-07-05 22:43:48 -03:00
parent 2d0f960d49
commit 201f55a1b8
22 changed files with 204 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react';
import Head from 'next/head';
import styled, { ThemeProvider } from 'styled-components';
import { APP_NAME, SPEND_SCREEN_ID } from 'utils/constants';
import { Header, SpendScreen } from '@/screens';
import { type Tab } from '@/lib/types';
import { APP_NAME, SPEND_SCREEN_ID } from '@/lib/constants';
import { useAppStore } from '@/lib/storage';
import theme from '@/lib/theme';