Skip to content

Commit 2eb01b4

Browse files
style(core): format document-title test (oxfmt)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3ef13b3 commit 2eb01b4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/core/src/components/document-title.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { render, waitFor } from "@testing-library/react";
22
import { describe, it, expect, beforeEach } from "vitest";
33
import { MemoryRouter } from "react-router";
4-
import {
5-
AppShellConfigContext,
6-
type RootConfiguration,
7-
} from "@/contexts/appshell-context";
4+
import { AppShellConfigContext, type RootConfiguration } from "@/contexts/appshell-context";
85
import { BreadcrumbOverrideProvider } from "@/contexts/breadcrumb-context";
96
import { useOverrideBreadcrumb } from "@/hooks/use-override-breadcrumb";
107
import { DEFAULT_LOCALE } from "@/lib/i18n";

0 commit comments

Comments
 (0)