File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Loader from './Shared/Loader'
88import ModalCardEdit from './Cards/ModalCardEdit'
99import ModalLogin from './Login/ModalLogin'
1010import DataService from './Services/DataService'
11- import Card , { checkCardsArr } from './Shared /Card'
11+ import Card , { checkCardsArr } from './Cards/class /Card'
1212
1313const { loadData, postData, updDataServLogin } = DataService ( )
1414
Original file line number Diff line number Diff line change 11import React , { useContext } from 'react'
22import PropTypes from 'prop-types'
33import Context from '../context'
4- import Card from '../Shared /Card'
4+ import Card from './class /Card'
55import ReactMarkdown from 'react-markdown'
66import gfm from 'remark-gfm'
77
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Context from '../context'
44import TextareaAutosize from 'react-textarea-autosize'
55import Modal , { ModalProps } from "../Shared/Modal/Modal"
66import debounce from '../Shared/debounce'
7- import Card from '../Shared /Card'
7+ import Card from '../Cards/class /Card'
88import Palette from './palette/palette'
99
1010function calcMaxRows ( ) {
File renamed without changes.
Original file line number Diff line number Diff line change 11import $ from "jquery"
2- import { checkCardsArr } from '../Shared /Card'
2+ import { checkCardsArr } from '../Cards/class /Card'
33
44export default function DataService ( ) {
55 ////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments