mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-17 04:53:45 +00:00
feat(*): Add test websockets implementatio
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<script lang="ts">
|
||||
import type { PageData } from './$types';
|
||||
<script>
|
||||
import {generateRoomID} from './estimation/estimation.js';
|
||||
|
||||
export let data: PageData;
|
||||
let roomID = generateRoomID();
|
||||
console.log(roomID);
|
||||
</script>
|
||||
|
||||
<h1>Estimation Poker</h1>
|
||||
|
||||
Reference in New Issue
Block a user