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.jsx
2023-12-07 11:50:01 +01:00

15 lines
269 B
JavaScript

//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"
export {
ExpenseItem,
Welcome,
Plus,
SearchBar
}