UNPKG

@ultraviolet/illustrations

Version:
25 lines (23 loc) 1.1 kB
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js"; //#region src/assets/various/onboarding/index.ts var onboarding_exports = /* @__PURE__ */ __exportAll({ authBackground: () => authBackground, cloud: () => cloud, email: () => email, forgotPassword: () => forgotPassword, scaleway: () => scaleway, termsOfService: () => termsOfService }); var BASE_URL, authBackground, cloud, email, forgotPassword, scaleway, termsOfService; var init_onboarding = __esmMin(() => { BASE_URL = "https://assets.scaleway.com/illustrations"; authBackground = `${BASE_URL}/various/onboarding/auth-background.webp`; cloud = `${BASE_URL}/various/onboarding/cloud.webp`; email = `${BASE_URL}/various/onboarding/email.webp`; forgotPassword = `${BASE_URL}/various/onboarding/forgot-password.webp`; scaleway = `${BASE_URL}/various/onboarding/scaleway.webp`; termsOfService = `${BASE_URL}/various/onboarding/terms-of-service.webp`; }); //#endregion init_onboarding(); export { authBackground, cloud, email, forgotPassword, init_onboarding, onboarding_exports, scaleway, termsOfService };