Skip to content

Commit

Permalink
Set databrowser type to module
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed May 3, 2024
1 parent 755903d commit 105f552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions browser/data-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"workbox-cli": "^6.4.1",
"typescript": "^5.4.5"
},
"type": "module",
"homepage": "https://atomicdata.dev/",
"husky": {
"hooks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ interface FilePickerItemProps {
subject: string;
onClick?: () => void;
}
// Random comment so earthly updates this file

export function FilePickerItem({
subject,
Expand Down

0 comments on commit 105f552

Please sign in to comment.