aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-13 13:42:21 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-13 13:42:21 -0500
commitb4d0b0293812afba9637c7e636bfa51366a030f7 (patch)
tree93b9e2d5ce841b76f5c41741a8ebca4a745571b0 /index.js
parent4154e0cc1744996788b6727cd2ef4a0d3a42095e (diff)
downloadmaterial-svg-atlas-plugin-webpack-b4d0b0293812afba9637c7e636bfa51366a030f7.tar.xz
material-svg-atlas-plugin-webpack-b4d0b0293812afba9637c7e636bfa51366a030f7.zip
cleanup package and fix bug from not importing fs/path in utils
Diffstat (limited to 'index.js')
-rw-r--r--index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/index.js b/index.js
deleted file mode 100644
index e28488f..0000000
--- a/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-const SVGSymbolAtlasViewPlugin = require("./atlas-plugin.js")
-const MaterialSymbolsAtlasPlugin = require("./material-symbols-plugin.js")
-
-module.exports = {
- SVGSymbolAtlasViewPlugin,
- MaterialSymbolsAtlasPlugin,
-}