From 9acf34ee4ac0e997228efe6221e1c99ac1ed7d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 15 Jan 2025 17:54:56 +0100 Subject: [PATCH] Fix --- packages/example/src/routes/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/example/src/routes/index.tsx b/packages/example/src/routes/index.tsx index 4cc7ad2..c955348 100644 --- a/packages/example/src/routes/index.tsx +++ b/packages/example/src/routes/index.tsx @@ -1,6 +1,6 @@ import { Reffuse } from "@/reffuse" import { FetchData } from "@/services" -import { Reffuse as PostsReffuse } from "@/views/posts/reffuse" +import { PostsContext } from "@/views/posts/reffuse" import { PostsState } from "@/views/posts/services" import { VPosts } from "@/views/posts/VPosts" import { createFileRoute } from "@tanstack/react-router" @@ -21,9 +21,9 @@ function Index() { return (
- + - +
)