mirror of
https://github.com/romancm/gamebrary
synced 2025-02-16 11:08:24 +00:00
Moved list components to correct folder
This commit is contained in:
parent
be2af1f2db
commit
32e804f595
2 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ import Panel from '@/components/Panel/Panel';
|
|||
import GameDetail from '@/pages/GameDetail';
|
||||
import Modal from '@/components/Modal/Modal';
|
||||
// import DevDebug from '@/components/DevDebug/DevDebug';
|
||||
import List from '@/components/GameBoard/List';
|
||||
import List from '@/components/Lists/List';
|
||||
import draggable from 'vuedraggable';
|
||||
import { mapState, mapGetters } from 'vuex';
|
||||
import firebase from 'firebase/app';
|
||||
|
|
Loading…
Add table
Reference in a new issue