ahbeng/NUSMods

View on GitHub
website/src/utils/placeholders/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import general from './general';
import cs from './cs';

export default {
  ...general,
  ...cs,
};

export const placeholderGroups = {
  general,
  cs,
};