Commit eb29379b by G

basic of the transactios history screen

parent 471ccbcb
import BackgroundWithBeasyIconAndWhiteContentArea from "@components/backgrounds/BackgroundWithBeasyIconAndWhiteContentArea";
import Text from "@components/bases/Text";
import { LOG } from "@logger";
const log = LOG.extend("TransactionHistoryScreen");
const TransactionHistoryScreen = () => {
return (
<BackgroundWithBeasyIconAndWhiteContentArea>
<Text>Hello</Text>
</BackgroundWithBeasyIconAndWhiteContentArea>
);
};
export default TransactionHistoryScreen;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment