Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Jul 15, 2019
1 parent c34a800 commit 8fc9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/ComponentDoc/ComponentDoc.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react'
import { withRouter } from 'react-router-dom'
import { RouteComponentProps, withRouter } from 'react-router-dom'
import { Flex, Header, Icon, Dropdown, Text, Grid } from '@stardust-ui/react'

import { scrollToAnchor, examplePathToHash, getFormattedHash } from 'docs/src/utils'
Expand Down

0 comments on commit 8fc9589

Please sign in to comment.