feat: move add cards into general components

This commit is contained in:
RadoslavDimchev 2023-09-13 11:37:48 +03:00
parent 0b6b72d1cb
commit 4c5db10437
5 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { YStack } from 'tamagui'
import AddCard from '../../components/General/AddCard'
import AddCard from './AddCard'
const AddCardsContainer = () => {
return (

View File

@ -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 (