From f1d89acca6f85c44c8a443bf8e187649cde1dd17 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 24 Apr 2023 21:25:23 +0000 Subject: [PATCH] Fix create-slots utils path --- src/ActionList/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionList/shared.ts b/src/ActionList/shared.ts index ca99d5ec5fa..ff77e7975b8 100644 --- a/src/ActionList/shared.ts +++ b/src/ActionList/shared.ts @@ -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 = { /**