import React from 'react'; import { useLocation } from 'react-router-dom'; import Functions from './Functions'; import './Lotto.css'; const Lotto = () => { const location = useLocation(); const initialTab = location.pathname.endsWith('/evolver') ? 'evolver' : 'briefing'; return (
Playground
로또 추천 및 기록 관리 도구입니다. 다양한 알고리즘을 통해 번호를 추천받고, 추첨 기록을 손쉽게 관리할 수 있습니다.
자율 학습 시뮬레이션