Skip to content

Commit

Permalink
Fix create-slots utils path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 24, 2023
1 parent cb233cf commit f1d89ac
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 '../utils/create-slots'
import createSlots from '../deprecated/utils/create-slots'

export type ActionListItemProps = {
/**
Expand Down

0 comments on commit f1d89ac

Please sign in to comment.