We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7346e commit f615706Copy full SHA for f615706
src/app/page.tsx
@@ -4,10 +4,9 @@ import Header from "@/components/header";
4
import Sidebar from "@/components/sidebar";
5
import PreviewScreen from "@/components/preview"; // Add this import or adjust it to the correct path
6
7
-const html_code = "<p>Preview example!</p>";
8
export default function Home() {
9
const [authenticated, setAuthenticated] = useState(false); // Simulation, then switch to real auth
10
-
+ const html_code = "<p>Preview example!</p>";
11
return (
12
<main className="bg-neutral-950 min-h-screen flex flex-col">
13
<Header />
0 commit comments