You've already forked AstralRinth
forked from didirus/AstralRinth
* modal * Finish tutorial phase * Finish onboarding, tutorial, and url front end handlng * Run lint * Update pnpm-lock.yaml * Fixed bad refactor * Fixed #341 * lint * Fixes #315 * Update ModInstallModal.vue * Initial onboarding changes * importing card * Run lint * Update ImportingCard.vue * Fixed home page errors * Fixes * Linter * Login page * Tweaks * Update ImportingCard.vue * Onboarding finishing changes * Linter * update to new auth * bump version * backend for linking --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
19 lines
1001 B
JavaScript
19 lines
1001 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 TwitterIcon } from './twitter.svg'
|
|
export { default as GithubIcon } from './github.svg'
|
|
export { default as MastodonIcon } from './mastodon.svg'
|
|
export { default as RedditIcon } from './reddit.svg'
|
|
export { default as GoogleIcon } from './google.svg'
|
|
export { default as MicrosoftIcon } from './microsoft.svg'
|
|
export { default as SteamIcon } from './steam.svg'
|
|
export { default as GitLabIcon } from './gitlab.svg'
|
|
export { default as ATLauncherIcon } from './atlauncher.svg'
|
|
export { default as GDLauncherIcon } from './gdlauncher.png'
|
|
export { default as MultiMCIcon } from './multimc.webp'
|
|
export { default as PrismIcon } from './prism.svg'
|