update DemoSkeletonText,
This commit is contained in:
@@ -17,7 +17,7 @@ import { Posts } from '../components/Posts';
|
|||||||
import { chevronBackOutline } from 'ionicons/icons';
|
import { chevronBackOutline } from 'ionicons/icons';
|
||||||
|
|
||||||
const Home = (): React.JSX.Element => {
|
const Home = (): React.JSX.Element => {
|
||||||
const [posts, setPosts] = useState([]);
|
const [posts, setPosts] = useState<typeof fakePosts>([]);
|
||||||
|
|
||||||
const router = useIonRouter();
|
const router = useIonRouter();
|
||||||
function handleBackClick() {
|
function handleBackClick() {
|
||||||
|
Reference in New Issue
Block a user