Skip to content

Commit

Permalink
Misc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Feb 4, 2021
1 parent f59f8fb commit 8b074c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/settings.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Global settings for the app.
*
* Could also be stored as a React Context, but hardcoded settings are kinda similar.
* @readonly
*/
export const settings = {
blocksContainer: {
width: '150px',
Expand Down

1 comment on commit 8b074c1

@vercel
Copy link

@vercel vercel bot commented on 8b074c1 Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.