interface UserScript { name: string; url: string; } interface FlowerUserscriptModalProps { isOpen: boolean; onClose: () => void; mainGameName: string; userPage: string; importPage: string; scripts: UserScript[]; } interface FlowerUserscriptCardProps { mainGameName: string; onClick: () => void; } export const FlowerUserscriptCard = ({ mainGameName, onClick }: FlowerUserscriptCardProps) => { return (
Import playdata from cabinets on the Flower network
Follow the instructions below to import your data
You will need your ACCESS CODE to register on Flower for the first time!
Do this by tapping your Amusement IC card at any machine on the Flower network and copying
down the code displayed on the screen.
This is likely not the same code as the one on the back of your card.
{scripts.map(userscript => ( {userscript.name} ))}