You've already forked AstralRinth
forked from didirus/AstralRinth
* Base impl * Image upload preview * Run lint * Add metadata * Clean uo * fix tauri conf * Addressed changes * Update InstanceCreationModal.vue --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me>
8 lines
389 B
JavaScript
8 lines
389 B
JavaScript
export { default as BuyMeACoffeeIcon } from './bmac.svg'
|
|
export { default as DiscordIcon } from './discord.svg'
|
|
export { default as KoFiIcon } from './kofi.svg'
|
|
export { default as PatreonIcon } from './patreon.svg'
|
|
export { default as PaypalIcon } from './paypal.svg'
|
|
export { default as OpenCollectiveIcon } from './opencollective.svg'
|
|
export { default as Default } from './default.png'
|