Skip to content

Commit

Permalink
fix: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel authored Jan 20, 2024
1 parent 73b2619 commit 12bfd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { SpeedInsights } from "@vercel/speed-insights/next";
import { type Metadata } from "next";
import dynamic from "next/dynamic";
import { type ReactNode } from "react";
import { env } from "~/env.mjs";
import "../styles/globals.css";
import ToasterContainer from "./_components/ToasterContainer";

Expand Down

0 comments on commit 12bfd66

Please sign in to comment.