mirror of
https://github.com/romancm/gamebrary
synced 2025-02-16 11:08:24 +00:00
Move listSettings component to lists folder
This commit is contained in:
parent
6a137e45f3
commit
1d23a99806
2 changed files with 1 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
<script>
|
||||
import draggable from 'vuedraggable';
|
||||
import ListNameEdit from '@/components/Lists/ListNameEdit';
|
||||
import ListSettings from '@/components/GameBoard/ListSettings';
|
||||
import ListSettings from '@/components/Lists/ListSettings';
|
||||
import GameCardDefault from '@/components/GameCards/GameCardDefault';
|
||||
import GameCardCover from '@/components/GameCards/GameCardCover';
|
||||
import GameCardWide from '@/components/GameCards/GameCardWide';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<!-- TODO: move file to lists folder -->
|
||||
<template lang="html">
|
||||
<div class="list-settings">
|
||||
<section>
|
Loading…
Add table
Reference in a new issue