-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SharedUX] Remove SCSS from kibana_react #204497
base: main
Are you sure you want to change the base?
Changes from 7 commits
d999002
ce2dbde
16d8cd9
2bb167f
58931f0
632407b
a6c5da4
700bea6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,5 @@ | |
* License v3.0 only", or the "Server Side Public License, v 1". | ||
*/ | ||
|
||
export type { KibanaPageTemplateSolutionNavProps } from './solution_nav'; | ||
export { KibanaPageTemplateSolutionNav } from './solution_nav'; | ||
export type { KibanaPageTemplateSolutionNavAvatarProps } from './solution_nav_avatar'; | ||
export { KibanaPageTemplateSolutionNavAvatar } from './solution_nav_avatar'; | ||
export type { KibanaPageTemplateSolutionNavCollapseButtonProps } from './solution_nav_collapse_button'; | ||
export { KibanaPageTemplateSolutionNavCollapseButton } from './solution_nav_collapse_button'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KibanaPageTemplateSolutionNav
is unused in Kibana!