Skip to content

Commit c9a0a12

Browse files
Organize imports
1 parent 2740ea1 commit c9a0a12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/docs/app/routes/_docs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Footer } from '@/ui/footer';
55
import { MainNav } from '@/ui/main-nav';
66
import { Close, Menu } from '@obosbbl/grunnmuren-icons-react';
77
import {
8-
GrunnmurenProvider,
98
UNSAFE_Disclosure as Disclosure,
10-
UNSAFE_DisclosurePanel as DisclosurePanel,
119
UNSAFE_DisclosureButton as DisclosureButton,
10+
UNSAFE_DisclosurePanel as DisclosurePanel,
11+
GrunnmurenProvider,
1212
} from '@obosbbl/grunnmuren-react';
1313
import {
1414
type NavigateOptions,

apps/docs/app/ui/main-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { ChevronDown } from '@obosbbl/grunnmuren-icons-react';
22
import { Heading } from '@obosbbl/grunnmuren-react';
33
import { getRouteApi } from '@tanstack/react-router';
44
import { Link } from '@tanstack/react-router';
5+
import { cx } from 'cva';
56
import { Button, Disclosure, DisclosurePanel } from 'react-aria-components';
67
import { ComponentStateBadge } from './component-state-badge';
7-
import { cx } from 'cva';
88

99
type SubNavItemProps = {
1010
to: string;

0 commit comments

Comments
 (0)