diff options
| author | Saatvik Arya <[email protected]> | 2024-07-24 22:14:15 -0700 |
|---|---|---|
| committer | Saatvik Arya <[email protected]> | 2024-07-25 13:08:40 -0700 |
| commit | 04e57ccf80a9fdca045eb5782dc9f520918a4849 (patch) | |
| tree | 5b740f34fbb30895a8a9017ef82427126830b73c /apps/web/app/(auth) | |
| parent | merge oopsies (diff) | |
| download | supermemory-04e57ccf80a9fdca045eb5782dc9f520918a4849.tar.xz supermemory-04e57ccf80a9fdca045eb5782dc9f520918a4849.zip | |
address ts issues
Diffstat (limited to 'apps/web/app/(auth)')
| -rw-r--r-- | apps/web/app/(auth)/onboarding/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/onboarding/page.tsx b/apps/web/app/(auth)/onboarding/page.tsx index 9728d107..653090a0 100644 --- a/apps/web/app/(auth)/onboarding/page.tsx +++ b/apps/web/app/(auth)/onboarding/page.tsx @@ -10,7 +10,7 @@ import { CheckIcon, PlusCircleIcon } from "@heroicons/react/24/outline"; import { motion } from "framer-motion"; import { useEffect, useState } from "react"; import { toast } from "sonner"; -import { completeOnboarding, createMemory } from "@repo/web/app/actions/doers"; +import { completeOnboarding, createMemory } from "@/app/actions/doers"; import { useRouter } from "next/navigation"; import Logo from "../../../public/logo.svg"; import Image from "next/image"; |