Skip to content

Commit fb88dfc

Browse files
revert that commit
1 parent 9ae38f0 commit fb88dfc

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

app/generate/page.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22

33
import { Button } from "@/components/ui/button";
4-
import { saveWork } from "@/lib/actions/saveWork";
54
import { AnimatePresence, motion } from "framer-motion";
65
import {
76
AlertCircle,
@@ -175,14 +174,6 @@ export default function UploadPage() {
175174
setError("Failed to upload image. Please try again.");
176175
} finally {
177176
setIsUploading(false);
178-
saveWork(
179-
// "085c190b-63be-4e54-81cf-7665e558493d",
180-
"Sample Title",
181-
"Sample Description",
182-
"https://example.com/image.png",
183-
"https://example.com/image.svg",
184-
svgResult || "",
185-
);
186177
}
187178
};
188179

lib/actions/saveWork.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)