Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Oct 7, 2024
1 parent c918a94 commit 0093e6b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ import React from "react";
import AccountSubHeader from "../../components/AccountSubHeader/index";

export default function StacksAccountSubHeader() {
return <AccountSubHeader family="Stacks" team="Zondax" teamLink="https://zondax.ch/"></AccountSubHeader>;
return (
<AccountSubHeader
family="Stacks"
team="Zondax"
teamLink="https://zondax.ch/"
></AccountSubHeader>
);
}

0 comments on commit 0093e6b

Please sign in to comment.