This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: LEAP-409: Update files to match with monorepo (#272)
* fix: LEAP-409: Update files to match with monorepo * fix the export type for datamanager * add more validations to make monorepo works
- Loading branch information
1 parent
b27d1ee
commit f7e188d
Showing
4 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
export { default as LsAnnotation } from './annotation.svg'; | ||
export { default as LsBanSquare } from './ban.svg'; | ||
export { default as LsCheckAlt } from "./check_alt.svg"; | ||
export { default as LsCrossAlt } from "./cross_alt.svg"; | ||
export { default as LsSparkSquare } from './spark.svg'; | ||
export { default as LsThumbsDown } from './thumbs_down.svg'; | ||
export { default as LsThumbsUp } from './thumbs_up.svg'; | ||
export { default as LsStarSquare } from './star_square.svg'; | ||
export { default as LSPlus } from './plus.svg'; | ||
export { default as LsRefresh } from "./refresh.svg"; | ||
export { default as LsGear } from "./gear.svg"; | ||
export { default as LsGearNewUI } from "./gear_new_menu.svg"; | ||
export { default as CommentCheck } from "./comment_check.svg"; | ||
export { default as CommentRed } from "./comment_red.svg"; | ||
export { default as LsGrid } from "./grid.svg"; | ||
export { default as LsList } from "./list.svg"; | ||
export { default as LsRefresh2 } from "./refresh2.svg"; | ||
export { ReactComponent as LsAnnotation } from './annotation.svg'; | ||
export { ReactComponent as LsBanSquare } from './ban.svg'; | ||
export { ReactComponent as LsCheckAlt } from "./check_alt.svg"; | ||
export { ReactComponent as LsCrossAlt } from "./cross_alt.svg"; | ||
export { ReactComponent as LsSparkSquare } from './spark.svg'; | ||
export { ReactComponent as LsThumbsDown } from './thumbs_down.svg'; | ||
export { ReactComponent as LsThumbsUp } from './thumbs_up.svg'; | ||
export { ReactComponent as LsStarSquare } from './star_square.svg'; | ||
export { ReactComponent as LSPlus } from './plus.svg'; | ||
export { ReactComponent as LsRefresh } from "./refresh.svg"; | ||
export { ReactComponent as LsGear } from "./gear.svg"; | ||
export { ReactComponent as LsGearNewUI } from "./gear_new_menu.svg"; | ||
export { ReactComponent as CommentCheck } from "./comment_check.svg"; | ||
export { ReactComponent as CommentRed } from "./comment_red.svg"; | ||
export { ReactComponent as LsGrid } from "./grid.svg"; | ||
export { ReactComponent as LsList } from "./list.svg"; | ||
export { ReactComponent as LsRefresh2 } from "./refresh2.svg"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters