feat: move add cards into general components
This commit is contained in:
parent
0b6b72d1cb
commit
4c5db10437
|
@ -1,5 +1,5 @@
|
|||
import { YStack } from 'tamagui'
|
||||
import AddCard from '../../components/General/AddCard'
|
||||
import AddCard from './AddCard'
|
||||
|
||||
const AddCardsContainer = () => {
|
||||
return (
|
|
@ -1,7 +1,7 @@
|
|||
import { YStack } from 'tamagui'
|
||||
|
||||
import BasicInfoCards from './BasicInfoCards/BasicInfoCards'
|
||||
import AddCardsContainer from './AddCardsContainer'
|
||||
import AddCardsContainer from '../../components/General/AddCards/AddCardsContainer'
|
||||
|
||||
const Dashboard = () => {
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue