Skip to content

Commit

Permalink
remove create and redirect effect
Browse files Browse the repository at this point in the history
  • Loading branch information
chribjel committed Jan 23, 2025
1 parent 3eeb58d commit c5d6118
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
59 changes: 0 additions & 59 deletions src/effects/create-and-redirect-effect.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { number, object, string, array, unknown } from "zod";
import { fallback, zodSearchValidator } from "@tanstack/router-zod-adapter";
import { useEffect } from "react";
import { Main } from "@/components/main";
import { CreateAndRedirectEffect } from "@/effects/create-and-redirect-effect";
import { useFunctions } from "@/hooks/use-functions";
import { getConfig } from "../../frisk.config";
import { Header } from "@/components/header";
Expand Down Expand Up @@ -73,7 +72,6 @@ function Index() {
<Header />
<Main>
<FunctionColumnView path={path} />
<CreateAndRedirectEffect />
</Main>
</>
);
Expand Down

0 comments on commit c5d6118

Please sign in to comment.