diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-08-11 19:44:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-08-11 19:44:22 -0700 |
commit | 91ae7ff9badc803e7de93fefa7aaf233df13247b (patch) | |
tree | 402ae1375871230e586c6952be16ac83e9a4b9c2 /browse-slack | |
parent | 982dfeb2175e598d358d1c29940846f905ec6640 (diff) | |
download | mu-91ae7ff9badc803e7de93fefa7aaf233df13247b.tar.gz |
.
Diffstat (limited to 'browse-slack')
-rw-r--r-- | browse-slack/environment.mu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu index 5e48c7e7..88b389cc 100644 --- a/browse-slack/environment.mu +++ b/browse-slack/environment.mu @@ -1,6 +1,3 @@ -# The environment is a thin layer in this app, just a history of 'tabs' that -# are fully specified by the operations used to generate them. - type environment { item-index: int } |