Market quartils

This commit is contained in:
2023-09-13 16:24:55 +02:00
parent 0e378c2c24
commit 7b765d884e
7 changed files with 159 additions and 8 deletions

1
src/utils.ts Normal file
View File

@@ -0,0 +1 @@
export const copyToClipboard = (s: string) => navigator.clipboard.writeText(s);