You've already forked AstralRinth
* Navbar wireup * Fix height issue * Fix syncing * working branch * Added root directories to breadcrumbs * fix jre detect --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me>
7 lines
343 B
JavaScript
7 lines
343 B
JavaScript
export { default as PlayIcon } from './play.svg'
|
|
export { default as OpenFolderIcon } from './folder-open.svg'
|
|
export { default as BrowseIcon } from './folder-search.svg'
|
|
export { default as LoginIcon } from './log-in.svg'
|
|
export { default as StopIcon } from './stop-circle.svg'
|
|
export { default as TerminalIcon } from './terminal-square.svg'
|