Update sidebars.js

Fix syntax error in sidebars.js
This commit is contained in:
Fred Dixon 2023-10-10 06:05:21 -04:00 committed by GitHub
parent 1dc942243b
commit 31db461114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ const sidebars = {
id: 'support/getting-help',
},
}
],
};
module.exports = sidebars;