// This is the main file in the modules folder, we import all the files we want
// to use from this folder here.
@import 'buttons';
@import 'comp';
@import 'navbar';
@import 'forms';
@import 'divs';
@import 'icons';
@import 'dropdown';
@import 'button-status';
@import 'alerts';
@import 'header';
@import 'container';
