Commit f2e984ad authored by 佚名's avatar 佚名 🎅🏼

fix: format

parent 8157687b
......@@ -32,4 +32,4 @@ const Board = (props) => {
)
}
export default Board;
\ No newline at end of file
export default Board;
import React from 'react';
import { Button } from './style';
// import './styles/square.css';
const Square = (props) => {
return (
......
import React from 'react';
import { connect } from 'dva';
import Board from '../components/Board';
import style from './game.css';
import style from './game.css';
function calculateWinner(squares) {
const lines = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment