This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
interaktive-systeme/components/index.tsx
2023-12-08 15:44:32 +01:00

20 lines
323 B
TypeScript

//home
import ExpenseItem from "./home/expenseItem/expenseItem"
import Welcome from "./home/Welcome/Welcome"
//common
import Plus from "./common/plus/plus"
import SearchBar from "./common/searchBar/SearchBar"
//login
import Input from "./login/input"
export {
ExpenseItem,
Welcome,
Plus,
SearchBar,
Input,
}