diff --git a/q&a b/q&a deleted file mode 100644 index e69de29b..00000000 diff --git a/web/app.config.ts b/web/app.config.ts index 6e0bb830..6067f716 100644 --- a/web/app.config.ts +++ b/web/app.config.ts @@ -3,7 +3,7 @@ import tsConfigPaths from "vite-tsconfig-paths" export default defineConfig({ vite: { - plugins: () => [ + plugins: [ tsConfigPaths({ projects: ["./tsconfig.json"], }), diff --git a/web/app/components/DefaultCatchBoundary.tsx b/web/app/components/DefaultCatchBoundary.tsx index ebb1259f..3ed2e4a8 100644 --- a/web/app/components/DefaultCatchBoundary.tsx +++ b/web/app/components/DefaultCatchBoundary.tsx @@ -17,28 +17,28 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) { console.error(error) return ( -
The page you are looking for does not exist.
}+
Start Over
diff --git a/web/app/components/Onboarding.tsx b/web/app/components/Onboarding.tsx
index d516bde7..922bb0b8 100644
--- a/web/app/components/Onboarding.tsx
+++ b/web/app/components/Onboarding.tsx
@@ -42,7 +42,7 @@ export function Onboarding() {
Learn Anything is a learning platform that organizes knowledge in
a social way. You can create pages, add links, track learning
diff --git a/web/app/components/command-palette/command-data.ts b/web/app/components/command-palette/command-data.ts
index bf1e4344..e8d04735 100644
--- a/web/app/components/command-palette/command-data.ts
+++ b/web/app/components/command-palette/command-data.ts
@@ -1,7 +1,7 @@
import { icons } from "lucide-react"
import { LaAccount } from "@/lib/schema"
import { HTMLLikeElement } from "@/lib/utils"
-import { useCommandActions } from "~/hooks/use-command-actions"
+import { useCommandActions } from "~/hooks/actions/use-command-actions"
export type CommandAction = string | (() => void)
diff --git a/web/app/components/command-palette/command-palette.tsx b/web/app/components/command-palette/command-palette.tsx
index d9b064ea..4dce29dc 100644
--- a/web/app/components/command-palette/command-palette.tsx
+++ b/web/app/components/command-palette/command-palette.tsx
@@ -12,7 +12,7 @@ import { CommandGroup } from "./command-group"
import { CommandAction, createCommandGroups } from "./command-data"
import { useAccount, useAccountOrGuest } from "@/lib/providers/jazz-provider"
import { useAtom } from "jotai"
-import { useCommandActions } from "~/hooks/use-command-actions"
+import { useCommandActions } from "~/hooks/actions/use-command-actions"
import {
filterItems,
getTopics,
diff --git a/web/app/components/custom/content-header.tsx b/web/app/components/custom/content-header.tsx
index d9e48dd0..f1799c24 100644
--- a/web/app/components/custom/content-header.tsx
+++ b/web/app/components/custom/content-header.tsx
@@ -15,7 +15,7 @@ export const ContentHeader = React.forwardRef<
return (