Explorar el Código

Include rmwc top app bar styles

Tatiana Inama hace 6 años
padre
commit
832517b8fa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      recipes/src/components/TopAppBar/index.tsx

+ 2 - 1
recipes/src/components/TopAppBar/index.tsx

@@ -1,12 +1,13 @@
 import React from 'react';
 import {
   TopAppBar, TopAppBarRow, TopAppBarSection, TopAppBarNavigationIcon, TopAppBarTitle,
-
 } from '@rmwc/top-app-bar';
 import { Icon } from 'components/Icon';
 import { NavLink } from 'react-router-dom';
 
+import '@rmwc/top-app-bar/styles';
 import './styles.scss';
+
 type CBKTopAppBarProp = {
   routes: {
     path: string,