File tree Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { notFound } from "next/navigation";
44import { Button } from "@/components/ui/button" ;
55import { getAllCategories } from "@/server/categories.server" ;
66import { getTodoById } from "@/server/todos.server" ;
7- import { TodoForm } from "../../components /todo-form" ;
7+ import { TodoForm } from "../../_components /todo-form" ;
88
99export const dynamic = "force-dynamic" ;
1010
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { ArrowLeft } from "lucide-react";
22import Link from "next/link" ;
33import { Button } from "@/components/ui/button" ;
44import { getAllCategories } from "@/server/categories.server" ;
5- import { TodoForm } from "../components /todo-form" ;
5+ import { TodoForm } from "../_components /todo-form" ;
66
77export const dynamic = "force-dynamic" ;
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Plus } from "lucide-react";
22import Link from "next/link" ;
33import { Button } from "@/components/ui/button" ;
44import { getAllTodos } from "@/server/todos.server" ;
5- import { TodoCard } from "./components /todo-card" ;
5+ import { TodoCard } from "./_components /todo-card" ;
66
77export const dynamic = "force-dynamic" ;
88
You can’t perform that action at this time.
0 commit comments