web2019/static/js/shop.jsx
火焚 富良 963f342c89 Spare cards is always last
Also add warning if no cards were added
2024-01-09 10:14:53 +08:00

9 lines
197 B
JavaScript

'use strict';
import React from "react";
import { createRoot } from "react-dom/client";
import { Shop } from "./shop/Shop.jsx"
createRoot(document.querySelector('#root-shop')).render(<Shop />);