Updated table

This commit is contained in:
Patrick Alvin Alcala 2025-10-01 16:20:07 +08:00
parent 2fd63b86c8
commit 327c3b60a4
2 changed files with 37 additions and 7 deletions

View file

@ -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>
</>
)
}