Skip to content

Commit

Permalink
Add imports to config Toastr #110
Browse files Browse the repository at this point in the history
  • Loading branch information
russtelen committed Apr 16, 2021
1 parent da69765 commit b1f7d52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import "react-calendar/dist/Calendar.css"
import mapboxgl from "mapbox-gl/dist/mapbox-gl-csp"
// eslint-disable-next-line import/no-webpack-loader-syntax
import MapboxWorker from "worker-loader!mapbox-gl/dist/mapbox-gl-csp-worker"
import "../node_modules/toastr/build/toastr.min.css"
import "../node_modules/toastr/build/toastr.min"
import toastr from "toastr"

toastr.options = {
Expand Down

0 comments on commit b1f7d52

Please sign in to comment.