Skip to content

Commit 0a98ffa

Browse files
fix: license
1 parent efad61a commit 0a98ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/utils/timeAgo.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2024 the JSR authors. All rights reserved. MIT license.
12
export function timeAgo(date: Date | string): string {
23
const now = new Date();
34
const past = new Date(date);

0 commit comments

Comments
 (0)