Updated table
This commit is contained in:
parent
2fd63b86c8
commit
327c3b60a4
2 changed files with 37 additions and 7 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import './Table.sass'
|
||||
import { Modal } from '../../components'
|
||||
import { createSignal } from 'solid-js'
|
||||
import { ofetch } from 'ofetch'
|
||||
// import { Button } from '../../components'
|
||||
|
|
@ -78,12 +77,6 @@ export default () => {
|
|||
</tr> */}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div id="modal" style="display: none">
|
||||
<Modal background="rgba(0,0,0,0.5)">
|
||||
<h1>SAMPLE</h1>
|
||||
</Modal>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue