Fix removal of sidebar.json (#1174)

Not sure what happened, but `sidebar.json` should have been deleted when replaced with
`panel-left.json` in #1003… This is currently breaking the `pre-commit` hook!
This commit is contained in:
Daniel Bayley
2023-04-28 20:04:02 +01:00
committed by GitHub
parent 8f7e9b3cde
commit de629f0fcc
-9
View File
@@ -1,9 +0,0 @@
{
"$schema": "../icon.schema.json",
"tags": [
"menu"
],
"categories": [
"layout"
]
}