import React from 'react'; import { Tooltip, Pointer, P } from 'loot-design/src/components/common'; import { colors } from 'loot-design/src/style'; import { Title } from './common'; import Navigation from './Navigation'; function BudgetInitial({ targetRect, navigationProps }) { return ( This is where you budget money for the current month

As money comes in, you put it in categories. As money is spent, you can see each categories' balance.

Don't overthink categories. If you haven't budgeted before, start with just a few.

); } export default BudgetInitial;