You've already forked pages
forked from didirus/AstralRinth
* Bring back the old nav * Added bool to settings * settings wireup * Fixy fix * fix create btn --------- Co-authored-by: thesuzerain <wverchere@gmail.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me>
8 lines
394 B
JavaScript
8 lines
394 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'
|
|
export { default as UsersIcon } from './users.svg'
|