4 lines
101 B
TypeScript
Raw Normal View History

import { TopBarComponent } from './top-bar.component';
export const COMPONENTS = [TopBarComponent];