import { RootState } from "../types"; export const selectTransactions = (state: RootState) => state.transactions.data;