mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-16 02:27:21 +02:00
3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
module.exports = function theme() {
|
|
return 'theme';
|
|
};
|