setup a basic transactions home component to work on
This commit is contained in:
parent
67dc1bfbf1
commit
e467344a4d
7
apps/explorer/src/app/components/txs/home/txList.tsx
Normal file
7
apps/explorer/src/app/components/txs/home/txList.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
interface TxsProps {
|
||||
data: string | undefined;
|
||||
}
|
||||
|
||||
export const Txs = ({ data }: TxsProps) => {
|
||||
return <>Blah</>;
|
||||
};
|
Loading…
Reference in New Issue
Block a user