Skip to content

Commit 2fc05ed

Browse files
committed
Refactor import statement for useWithTheme in tab-panel component
1 parent 75e78b2 commit 2fc05ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/_auth/edit-record/components/tab-panel.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { useWithTheme } from '#core/theme/theme.hooks.ts';
2+
import { useWithTheme } from '#core/theme';
33
import * as innerClasses from './tab-panel.styles';
44

55
interface TabPanelProps {

0 commit comments

Comments
 (0)