Skip to content

Commit

Permalink
fix: resolve storybook issues not using absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jun 11, 2024
1 parent c2cb2e4 commit 87ab2cb
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import * as React from 'react';
import { Nav } from '../../src/components/Nav/Nav';
import { NavCategory } from '../../src/components/NavCategory/NavCategory';
import { NavCategoryItem } from '../../src/components/NavCategoryItem/NavCategoryItem';
import { NavSubItemGroup } from '../../src/components/NavSubItemGroup/NavSubItemGroup';
import { Nav, NavCategory, NavCategoryItem, NavSubItemGroup } from '@fluentui/react-nav-preview';

export const Default = () => (
<Nav>
Expand Down

0 comments on commit 87ab2cb

Please sign in to comment.