Skip to content

Commit

Permalink
fix(icons): add @react95/icons CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdaltoso committed Jan 19, 2021
1 parent f02f033 commit e6b34cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import styled, { createGlobalStyle } from '@xstyled/styled-components';
import { TaskBar } from '@react95/core';
import { HashRouter as Router, Switch, Route } from 'react-router-dom';
import 'react-medium-image-zoom/dist/styles.css';
import '@react95/icons/icons.css';

import { Recipes, IngredientsModal, RecipeModal, TaskList } from './components';
import { useRecipes } from './components/RecipeContext';
Expand Down

0 comments on commit e6b34cb

Please sign in to comment.