Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Change txs-data file to table
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Oct 2, 2024
1 parent 6c3f196 commit af44c81
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TxsTable } from "@/components/txs-data";
import { TxsTable } from "@/components/txs-table";

export default async function Txs() {
return (
Expand Down
4 changes: 2 additions & 2 deletions app/txs/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import TxsData from "@/components/txs/txs-data";
import { TxsTable } from "@/components/txs-table";

export default function Txs() {
return (
<>
<TxsData />
<TxsTable />
</>
);
}
File renamed without changes.
File renamed without changes.

0 comments on commit af44c81

Please sign in to comment.