Refactorijg

This commit is contained in:
syuilo 2018-07-07 19:01:33 +09:00
parent 2cdcbcc80e
commit 865fd25af1
19 changed files with 46 additions and 44 deletions

View file

@ -58,7 +58,7 @@
<script lang="ts">
import Vue from 'vue';
import * as CRC32 from 'crc-32';
import Reversi, { Color } from '../../../../../reversi/core';
import Reversi, { Color } from '../../../../../games/reversi/core';
import { url } from '../../../config';
export default Vue.extend({