11 lines
118 B
JavaScript
11 lines
118 B
JavaScript
import tabs from './views/tabs';
|
|
|
|
//codecrumb
|
|
const App = {
|
|
init() {
|
|
tabs.render();
|
|
}
|
|
};
|
|
|
|
App.init();
|