Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
e1db427
1
Parent(s):
dc4b59e
\:sparkles\: feat(importer.js): integrate modal component with dynamic tabs
Browse files
frontend/components/Modal/importer.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import { Modal, Icon, Message} from 'semantic-ui-react'
|
2 |
-
import "../../css/dist/output.css"
|
3 |
-
import {ReactComponent as Gradio} from '../../images/gradio.svg'
|
4 |
-
import {ReactComponent as Streamlit} from '../../images/streamlit.svg'
|
5 |
-
import {ReactComponent as Exit} from '../../images/exit.svg'
|
6 |
import { useState } from 'react'
|
7 |
import {BsSearch} from 'react-icons/bs';
|
8 |
|
|
|
1 |
import { Modal, Icon, Message} from 'semantic-ui-react'
|
2 |
+
import "../../src/css/dist/output.css"
|
3 |
+
import {ReactComponent as Gradio} from '../../src/src/images/gradio.svg'
|
4 |
+
import {ReactComponent as Streamlit} from '../../src/src/images/streamlit.svg'
|
5 |
+
import {ReactComponent as Exit} from '../../src/src/images/exit.svg'
|
6 |
import { useState } from 'react'
|
7 |
import {BsSearch} from 'react-icons/bs';
|
8 |
|