Skip to content

Commit 8b069ea

Browse files
committed
fix: Add cozy-sharing css
1 parent 6c72cf7 commit 8b069ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/targets/browser/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import 'cozy-ui/dist/cozy-ui.utils.min.css'
22
import 'cozy-ui/transpiled/react/stylesheet.css'
33
import 'cozy-bar/dist/stylesheet.css'
4+
import 'cozy-sharing/dist/stylesheet.css'
45
import 'styles/index.css'
56

67
import React from 'react'

src/targets/intents/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import 'cozy-ui/dist/cozy-ui.utils.min.css'
22
import 'cozy-ui/transpiled/react/stylesheet.css'
33
import 'cozy-bar/dist/stylesheet.css'
4+
import 'cozy-sharing/dist/stylesheet.css'
45
import 'styles/index.css'
56

67
import React from 'react'

0 commit comments

Comments
 (0)