diff --git a/src/containers/Aux/index.tsx b/src/containers/AuxHOC/index.tsx similarity index 100% rename from src/containers/Aux/index.tsx rename to src/containers/AuxHOC/index.tsx diff --git a/src/screens/Profile/index.tsx b/src/screens/Profile/index.tsx index 6fbae99..9db9b82 100644 --- a/src/screens/Profile/index.tsx +++ b/src/screens/Profile/index.tsx @@ -5,7 +5,7 @@ import PostsImages from '~/utils/datas/postImages' import CardComponent from '~/components/card/CardComponent'; import StoryItem from "~/components/storyItems/storyItem/index"; import {colors} from "~/utils/theme"; -import AuxHOC from "~/containers/Aux"; +import AuxHOC from "~/containers/AuxHOC"; const {width, height} = Dimensions.get('window');