chore: run prettier format

This commit is contained in:
Marc Seitz
2024-05-13 14:52:25 +02:00
parent d29f1bdfab
commit 385ef2a593
404 changed files with 3365 additions and 2598 deletions

View File

@@ -1,6 +1,8 @@
import { NextFetchEvent, NextRequest, NextResponse } from "next/server";
import AppMiddleware from "@/lib/middleware/app";
import DomainMiddleware from "@/lib/middleware/domain";
import { BLOCKED_PATHNAMES } from "./lib/constants";
import PostHogMiddleware from "./lib/middleware/posthog";