Skip to content

Commit f1d89ac

Browse files
committed
Fix create-slots utils path
1 parent cb233cf commit f1d89ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActionList/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22

33
import {AriaRole} from '../utils/types'
44
import {SxProp} from '../sx'
5-
import createSlots from '../utils/create-slots'
5+
import createSlots from '../deprecated/utils/create-slots'
66

77
export type ActionListItemProps = {
88
/**

0 commit comments

Comments
 (0)