Skip to content

Commit

Permalink
Revert "Fix create-slots utils path (#3223)"
Browse files Browse the repository at this point in the history
This reverts commit f50997f.
  • Loading branch information
broccolinisoup committed Jun 12, 2023
1 parent 700dffd commit bec5827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionList/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'

import {AriaRole} from '../utils/types'
import {SxProp} from '../sx'
import createSlots from '../deprecated/utils/create-slots'
import createSlots from '../utils/create-slots'

export type ActionListItemProps = {
/**
Expand Down

0 comments on commit bec5827

Please sign in to comment.