Bump postcss from 7.0.35 to 7.0.36 (#8)
[ustaxviewer.git] / src / index.tsx
1 // Copyright 2020 Blue Static <https://www.bluestatic.org>
2 // This program is free software licensed under the GNU General Public License,
3 // version 3.0. The full text of the license can be found in LICENSE.txt.
4 // SPDX-License-Identifier: GPL-3.0-only
5
6 export { default as App } from './App';
7 export { default as TaxReturnView } from './TaxReturnView';
8 export { default as FormView } from './FormView';