upgrading nextjs to 15
CI / test (push) Successful in 6s

This commit is contained in:
2026-01-24 23:32:58 -05:00
parent 5b73d59c2c
commit d9498f8aca
24 changed files with 1927 additions and 1169 deletions
+11
View File
@@ -0,0 +1,11 @@
export default function MailingAddressComponent() {
return <p>
<strong>Mailing Address:</strong>
<br/>
Battl Builder, LLC.
<br/>
[Your Address]
<br/>
[City, State, ZIP]
</p>;
}