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 TransactionAdd({ targetRect, navigationProps }) { return ( Let's add some transactions

You can add transactions in two ways: import files from your bank or manually add individual transactions. You can usually download these files straight from your online bank account. (QIF/OFX/QFX is supported, sometimes called a "Quicken File")

Try clicking "Add New" to see how adding transactions affects your budget.

); } export default TransactionAdd;