Skip to content

Commit

Permalink
CSS from all plugins should be included on the main page (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent 70a84b1 commit 1ca819d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ import IconFolder from '../../static/img/folder.svg';
import IconWrench from '../../static/img/wrench.svg';
import IconUppy from '../../static/img/uppy.svg';

import styles from './index.module.css';
import '@uppy/core/dist/style.min.css';
import '@uppy/dashboard/dist/style.min.css';
import '@uppy/audio/dist/style.min.css';
import '@uppy/screen-capture/dist/style.min.css';
import '@uppy/image-editor/dist/style.min.css';
import '@uppy/webcam/dist/style.min.css';
import '@uppy/url/dist/style.min.css';

import styles from './index.module.css';

const companionUrl = 'https://companion.uppy.io';
const endpoint = 'https://tusd.tusdemo.net/files/';
Expand Down

0 comments on commit 1ca819d

Please sign in to comment.