Skip to content

Commit beb42e7

Browse files
committed
refactor(hooks): remove useStyledClassName
1 parent d48fd23 commit beb42e7

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

core/hooks/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './useStyledClassName'
1+
// export * from './useStyledClassName'

core/hooks/useStyledClassName.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from './providers'
22
export * from './helper'
3-
export * from './hooks'
3+
// export * from './hooks'
44

55
export * from './styled'

0 commit comments

Comments
 (0)