-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: LEAP-324: Return builds files to LS monorepo (#5010)
* feat: LEAP-324: Return builds files to LS monorepo * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6771586280 --------- Co-authored-by: robot-ci-heartex <[email protected]>
- Loading branch information
1 parent
fd40089
commit 5b4a3d8
Showing
3 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,29 +1,29 @@ | ||
export { default as IconAllProjects } from './all-projects.svg'; | ||
export { default as IconBell } from './bell.svg'; | ||
export { default as IconBook } from './book.svg'; | ||
export { default as LsBulb } from './bulb.svg'; | ||
export { default as LsCheck } from './check.svg'; | ||
export { default as LsChevronLeft } from './chevron-left.svg'; | ||
export { default as LsChevronRight } from './chevron-right.svg'; | ||
export { default as LsCross } from './cross.svg'; | ||
export { default as LsDoor } from './door.svg'; | ||
export { default as LsEllipsis } from './ellipsis.svg'; | ||
export { default as IconEmptyFolder } from './folder-empty.svg'; | ||
export { default as IconError } from './error.svg'; | ||
export { default as IconFolder } from './folder.svg'; | ||
export { default as IconGear } from './gear.svg'; | ||
export { default as LsGitHub } from './github.svg'; | ||
export { default as IconInfo } from './info.svg'; | ||
export { default as LsMinus } from './minus.svg'; | ||
export { default as IconPersonInCircle } from './person-circle.svg'; | ||
export { default as IconPin } from './pin.svg'; | ||
export { default as LsPlus } from './plus.svg'; | ||
export { default as LsSettings } from './settings.svg'; | ||
export { default as LsSlack } from './slack.svg'; | ||
export { default as IconTerminal } from './terminal.svg'; | ||
export { default as LsThumbsDown } from './thumbs-down.svg'; | ||
export { default as LsThumbsUp } from './thumbs-up.svg'; | ||
export { default as IconUpload } from './upload.svg'; | ||
export { default as LsPencil } from './pencil.svg'; | ||
export { default as IconInfoOutline } from './info-outline.svg'; | ||
export { default as IconSpark } from './spark.svg' | ||
export { ReactComponent as IconAllProjects } from './all-projects.svg'; | ||
export { ReactComponent as IconBell } from './bell.svg'; | ||
export { ReactComponent as IconBook } from './book.svg'; | ||
export { ReactComponent as LsBulb } from './bulb.svg'; | ||
export { ReactComponent as LsCheck } from './check.svg'; | ||
export { ReactComponent as LsChevronLeft } from './chevron-left.svg'; | ||
export { ReactComponent as LsChevronRight } from './chevron-right.svg'; | ||
export { ReactComponent as LsCross } from './cross.svg'; | ||
export { ReactComponent as LsDoor } from './door.svg'; | ||
export { ReactComponent as LsEllipsis } from './ellipsis.svg'; | ||
export { ReactComponent as IconEmptyFolder } from './folder-empty.svg'; | ||
export { ReactComponent as IconError } from './error.svg'; | ||
export { ReactComponent as IconFolder } from './folder.svg'; | ||
export { ReactComponent as IconGear } from './gear.svg'; | ||
export { ReactComponent as LsGitHub } from './github.svg'; | ||
export { ReactComponent as IconInfo } from './info.svg'; | ||
export { ReactComponent as LsMinus } from './minus.svg'; | ||
export { ReactComponent as IconPersonInCircle } from './person-circle.svg'; | ||
export { ReactComponent as IconPin } from './pin.svg'; | ||
export { ReactComponent as LsPlus } from './plus.svg'; | ||
export { ReactComponent as LsSettings } from './settings.svg'; | ||
export { ReactComponent as LsSlack } from './slack.svg'; | ||
export { ReactComponent as IconTerminal } from './terminal.svg'; | ||
export { ReactComponent as LsThumbsDown } from './thumbs-down.svg'; | ||
export { ReactComponent as LsThumbsUp } from './thumbs-up.svg'; | ||
export { ReactComponent as IconUpload } from './upload.svg'; | ||
export { ReactComponent as LsPencil } from './pencil.svg'; | ||
export { ReactComponent as IconInfoOutline } from './info-outline.svg'; | ||
export { ReactComponent as IconSpark } from './spark.svg' |