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-04 01:59:34 +01:00

7 lines
91 B
JavaScript

//home
import ExpenseItem from "./home/expenseItem/expenseItem"
export {
ExpenseItem
}