import account from './account';
import token from './token';
import topic from './topic';

export default {
  account,
  token,
  topic,
};
