module artemisd.component;

import artemisd.utils.type;

abstract class Component {
    mixin TypeDecl;
}