refactor: fix inconsistencies in the guide nodes (#379)

This commit is contained in:
LuanRT
2023-04-11 05:52:47 -03:00
committed by GitHub
parent 342d1d95e9
commit ec9c0979f5
6 changed files with 43 additions and 60 deletions

View File

@@ -1,7 +1,5 @@
import GuideSection from './GuideSection.js';
class GuideSubscriptionsSection extends GuideSection {
export default class GuideSubscriptionsSection extends GuideSection {
static type = 'GuideSubscriptionsSection';
}
export default GuideSubscriptionsSection;
}