Преглед изворни кода

Include rmwc top app bar styles

Tatiana Inama пре 6 година
родитељ
комит
832517b8fa
1 измењених фајлова са 2 додато и 1 уклоњено
  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,