File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { Footer } from '@/ui/footer';
55import { MainNav } from '@/ui/main-nav' ;
66import { Close , Menu } from '@obosbbl/grunnmuren-icons-react' ;
77import {
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' ;
1313import {
1414 type NavigateOptions ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { ChevronDown } from '@obosbbl/grunnmuren-icons-react';
22import { Heading } from '@obosbbl/grunnmuren-react' ;
33import { getRouteApi } from '@tanstack/react-router' ;
44import { Link } from '@tanstack/react-router' ;
5+ import { cx } from 'cva' ;
56import { Button , Disclosure , DisclosurePanel } from 'react-aria-components' ;
67import { ComponentStateBadge } from './component-state-badge' ;
7- import { cx } from 'cva' ;
88
99type SubNavItemProps = {
1010 to : string ;
You can’t perform that action at this time.
0 commit comments