Spaces:
Running
Running
fix issue
Browse files
components/editor/ask-ai/prompt-builder/content-modal.tsx
CHANGED
|
@@ -3,9 +3,9 @@ import { ChevronRight, RefreshCcw } from "lucide-react";
|
|
| 3 |
import { useState } from "react";
|
| 4 |
import { TailwindColors } from "./tailwind-colors";
|
| 5 |
import { Switch } from "@/components/ui/switch";
|
| 6 |
-
import { EnhancedSettings } from ".";
|
| 7 |
import { Button } from "@/components/ui/button";
|
| 8 |
import { Themes } from "./themes";
|
|
|
|
| 9 |
|
| 10 |
export const ContentModal = ({
|
| 11 |
enhancedSettings,
|
|
|
|
| 3 |
import { useState } from "react";
|
| 4 |
import { TailwindColors } from "./tailwind-colors";
|
| 5 |
import { Switch } from "@/components/ui/switch";
|
|
|
|
| 6 |
import { Button } from "@/components/ui/button";
|
| 7 |
import { Themes } from "./themes";
|
| 8 |
+
import { EnhancedSettings } from "@/types";
|
| 9 |
|
| 10 |
export const ContentModal = ({
|
| 11 |
enhancedSettings,
|