mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix incorrect helper usage
This commit is contained in:
5
.changeset/plain-needles-travel.md
Normal file
5
.changeset/plain-needles-travel.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix incorrect helper usage
|
||||||
@@ -12,9 +12,13 @@ import {
|
|||||||
import { TanStackRouterDevtools } from "@tanstack/react-router-devtools";
|
import { TanStackRouterDevtools } from "@tanstack/react-router-devtools";
|
||||||
import Header from "../components/header";
|
import Header from "../components/header";
|
||||||
import appCss from "../index.css?url";
|
import appCss from "../index.css?url";
|
||||||
{{#unless (and (eq api "none") (not (eq backend "convex"))}}
|
{{#if (eq backend "convex")}}
|
||||||
import type { QueryClient } from "@tanstack/react-query";
|
import type { QueryClient } from "@tanstack/react-query";
|
||||||
{{/unless}}
|
{{else}}
|
||||||
|
{{#unless (eq api "none")}}
|
||||||
|
import type { QueryClient } from "@tanstack/react-query";
|
||||||
|
{{/unless}}
|
||||||
|
{{/if}}
|
||||||
import Loader from "@/components/loader";
|
import Loader from "@/components/loader";
|
||||||
|
|
||||||
{{#if (eq backend "convex")}}
|
{{#if (eq backend "convex")}}
|
||||||
|
|||||||
Reference in New Issue
Block a user