Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Feb 2, 2025
1 parent 8e979e5 commit 0a4ebdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/drawer/header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, { type FC, type ReactNode } from 'react'
import { Text } from '../text'
import { SVG } from '../../@types'
import { XIcon } from '../../icons'
import { Tooltip } from '../tooltip'
import { Text } from '../../text'
import { SVG } from '../../../@types'
import { XIcon } from '../../../icons'
import { Tooltip } from '../../tooltip'
import styled from 'styled-components'
import { IconWrapped } from '../icon-wrapped'
import { Button, type ButtonProps } from '../button'
import { IconWrapped } from '../../icon-wrapped'
import { Button, type ButtonProps } from '../../button'

interface DrawerHeaderProps {
onClose: () => void
Expand Down

0 comments on commit 0a4ebdf

Please sign in to comment.