Skip to content

Commit

Permalink
Remove unused heading import
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Nov 13, 2023
1 parent cda5fc7 commit 7c2cf79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'
import {createGlobalStyle} from 'styled-components'
import Box from '../Box'
import Heading from '../Heading'
import {useId} from '../hooks/useId'
import {useRefObjectAsForwardedRef} from '../hooks/useRefObjectAsForwardedRef'
import {isResponsiveValue, ResponsiveValue, useResponsiveValue} from '../hooks/useResponsiveValue'
Expand Down

0 comments on commit 7c2cf79

Please sign in to comment.