mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
13 lines
177 B
Svelte
13 lines
177 B
Svelte
<script lang="ts">
|
|
import RoomList from "./lib/RoomList.svelte";
|
|
</script>
|
|
|
|
<main class="px-24 py-12">
|
|
<div class="row">
|
|
<RoomList />
|
|
</div>
|
|
</main>
|
|
|
|
<style>
|
|
</style>
|