Skip to content

Commit

Permalink
move Box
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Dec 8, 2022
1 parent 7bdc9a3 commit a20914b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PageHeader/features.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import {Meta} from '@storybook/react'
import {IconButton, ActionMenu, ActionList} from '..'
import {PencilIcon, KebabHorizontalIcon, ArchiveIcon, TrashIcon, Box} from '@primer/octicons-react'
import {IconButton, ActionMenu, ActionList, Box} from '..'
import {PencilIcon, KebabHorizontalIcon, ArchiveIcon, TrashIcon} from '@primer/octicons-react'

import {PageHeader} from './PageHeader'

Expand Down

0 comments on commit a20914b

Please sign in to comment.