diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-24 13:29:38 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-24 13:35:53 -0400 |
commit | 0500d6b8a44c0882bf367f7e398d49541bc659aa (patch) | |
tree | 753777b6a0400373cf1bea79a18294f9ae59ffbf /src | |
parent | 2305b97297a144aaccf32dde0fdf7321a0b0bec7 (diff) |
data: withSortedList: lint
Diffstat (limited to 'src')
-rw-r--r-- | src/data/composite/data/withSortedList.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/data/withSortedList.js b/src/data/composite/data/withSortedList.js index 2fde30b1..dd810786 100644 --- a/src/data/composite/data/withSortedList.js +++ b/src/data/composite/data/withSortedList.js @@ -35,7 +35,6 @@ // import {input, templateCompositeFrom} from '#composite'; -import {empty} from '#sugar'; export default templateCompositeFrom({ annotation: `withSortedList`, |