mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 10:24:52 +01:00
Co-authored-by: David Hill <iamdavidhill@gmail.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com> Co-authored-by: Jay V <air@live.ca>
10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
export function Legal() {
|
|
return (
|
|
<div data-component="legal">
|
|
<span>
|
|
©{new Date().getFullYear()} <a href="https://anoma.ly">Anomaly</a>
|
|
</span>
|
|
</div>
|
|
)
|
|
}
|