diff options
author | codecalm <codecalm@gmail.com> | 2022-08-17 14:24:13 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-17 14:24:13 +0200 |
commit | 9c2987751f522ae470fcc81f31a8c8f0e5102dca (patch) | |
tree | d3bc24a9568a92046e22bdfd6a6f2913616e3721 /src/_data/icons.js | |
parent | Merge branch 'master' of https://github.com/tabler/tabler-icons into dev-e11ty (diff) | |
download | tabler-icons-9c2987751f522ae470fcc81f31a8c8f0e5102dca.tar.xz |
eleventy test
Diffstat (limited to 'src/_data/icons.js')
-rw-r--r-- | src/_data/icons.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/_data/icons.js b/src/_data/icons.js deleted file mode 100644 index 83aebbcb..00000000 --- a/src/_data/icons.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = function() { - return [ - 1, 2, 3, 4 - ]; -}; |