Skip to content

Commit

Permalink
fix: Add cozy-sharing css
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jun 11, 2024
1 parent 6c72cf7 commit 8b069ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/browser/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'cozy-ui/dist/cozy-ui.utils.min.css'
import 'cozy-ui/transpiled/react/stylesheet.css'
import 'cozy-bar/dist/stylesheet.css'
import 'cozy-sharing/dist/stylesheet.css'
import 'styles/index.css'

import React from 'react'
Expand Down
1 change: 1 addition & 0 deletions src/targets/intents/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'cozy-ui/dist/cozy-ui.utils.min.css'
import 'cozy-ui/transpiled/react/stylesheet.css'
import 'cozy-bar/dist/stylesheet.css'
import 'cozy-sharing/dist/stylesheet.css'
import 'styles/index.css'

import React from 'react'
Expand Down

0 comments on commit 8b069ea

Please sign in to comment.