Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(network-status): restore css import on NetworkStatusMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioprestileo committed May 30, 2020
1 parent a3c5417 commit f7ab985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/network-status/NetworkStatusMessage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'

// import './styles.css'
import './styles.css'

interface Props {
online: boolean
Expand Down

0 comments on commit f7ab985

Please # to comment.