update DemoSkeletonText,

This commit is contained in:
louiscklaw
2025-06-08 15:04:56 +08:00
parent d3e554b218
commit 8b32d153db

View File

@@ -17,7 +17,7 @@ import { Posts } from '../components/Posts';
import { chevronBackOutline } from 'ionicons/icons';
const Home = (): React.JSX.Element => {
const [posts, setPosts] = useState([]);
const [posts, setPosts] = useState<typeof fakePosts>([]);
const router = useIonRouter();
function handleBackClick() {