Skip to content

Commit

Permalink
fix: add components import back to layout snippet (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesqquick authored Sep 11, 2024
1 parent 5db5375 commit ee00aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/app-router/layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import { MakeswiftProvider } from "@/makeswift/provider";
import { DraftModeScript } from "@makeswift/runtime/next/server";
import "@/makeswift/components";
import "./globals.css";

const inter = Inter({ subsets: ["latin"] });
Expand Down

0 comments on commit ee00aa2

Please sign in to comment.