Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit e5bd397

Browse files
committed
fix(src/core/index): Made it a tsx so that it can be compiled even if the component is exported.
1 parent 54d8c1b commit e5bd397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from './media';
2-
export { PreviewServerCSS } from '../_internal';
2+
export { PreviewServerCSS } from './component/server-css';
33
import Style from './style';
44
export default Style;

0 commit comments

Comments
 (0)