forked from didirus/AstralRinth
* Make images lazy and fix #198 * Fix console spam * Fix bug with bad pagination impl * Fixes #232 * Finalize more bug fixes * run lint * Improve minecraft sign in, improve onboarding * Linter * Added back button * Implement #530 * run linter * Address changes * Bump version + run fmt --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me>
15 lines
793 B
JavaScript
15 lines
793 B
JavaScript
export { default as ServerIcon } from './server.svg'
|
|
export { default as MinimizeIcon } from './minimize.svg'
|
|
export { default as MaximizeIcon } from './maximize.svg'
|
|
export { default as SwapIcon } from './arrow-left-right.svg'
|
|
export { default as ToggleIcon } from './toggle.svg'
|
|
export { default as PackageIcon } from './package.svg'
|
|
export { default as VersionIcon } from './milestone.svg'
|
|
export { default as MoreIcon } from './more.svg'
|
|
export { default as TextInputIcon } from './text-cursor-input.svg'
|
|
export { default as AddProjectImage } from './add-project.svg'
|
|
export { default as NewInstanceImage } from './new-instance.svg'
|
|
export { default as MenuIcon } from './menu.svg'
|
|
export { default as BugIcon } from './bug.svg'
|
|
export { default as ChatIcon } from './messages-square.svg'
|