Hey 👋, this is a gist which stores the final bundle results of the bundlejs api, learn more on the website https://bundlejs.com. This is the result of https://deno.bundlejs.com/?q=vue-brisk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| School of Post Basic Midwifery, Umuahia 2023-24 Nursing Form is out. Call DR.MRS AFOLAYAN T.M ON ☎ (07044935866} +2347044935866 for the admission process and how to check admission list. Also, Sale of GENERAL NURSING FORM, and INTERNSHIP FORM is also currently ongoing. The sales of two (2) years Post Basic Nursing Programme, Parasitology nursing, Mental health nursing, Pediatric nursing, Midwifery are all available. Call DR.MRS AFOLAYAN T.M ON ☎ (07044935866} +2347044935866 For More Information Now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Maintainers: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "percentDifference": null, | |
| "quoteResponse": { | |
| "contextSlot": 214517391, | |
| "inAmount": "2438061938500", | |
| "inputMint": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So", | |
| "otherAmountThreshold": "3347935417221", | |
| "outAmount": "3351286703924", | |
| "outputMint": "hntyVP6YFm1Hg25TN9WGLqM12b8TQmcknKrdu1oxWux", | |
| "platformFee": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "percentDifference": null, | |
| "quoteResponse": { | |
| "contextSlot": 214147915, | |
| "inAmount": "10000000", | |
| "inputMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", | |
| "otherAmountThreshold": "2985349454066681", | |
| "outAmount": "2988337791858539", | |
| "outputMint": "PugAiDuaQ5hzicBHAW9qrQQ8qi4B6sh3n7PknKhyjeX", | |
| "platformFee": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .css-selector { | |
| background: linear-gradient(316deg, #e41919, #19bfe4, #bce419); | |
| background-size: 600% 600%; | |
| -webkit-animation: AnimationName 16s ease infinite; | |
| -moz-animation: AnimationName 16s ease infinite; | |
| -o-animation: AnimationName 16s ease infinite; | |
| animation: AnimationName 16s ease infinite; | |
| } | |
| @-webkit-keyframes AnimationName { | |
| 0%{background-position:0% 23%} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Log uploaded on Monday, August 28, 2023, 9:19:45 AM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:1.5.0.0]: 0Harmony(2.2.2), HarmonyMod(1.5.0) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Big and Small + Prerequisites Framework(RedMattis.BetterPrerequisites): BetterPrerequisites(1.0.0), BigAndSmall(1.0.0) | |
| HugsLib(UnlimitedHugs.HugsLib)[ov:10.0.1]: 0Harmony(av:2.2.2,fv:1.2.0.1), HugsLib(av:1.0.0,fv:10.0.1) | |
| Better Vanilla Masking(Owlchemist.BetterVanillaMasking): (no assemblies) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { getServerSession } from "next-auth"; | |
| import { authOptions } from "./api/auth/[...nextauth]/route"; | |
| import { | |
| getFollows, | |
| getFollowsDetails, | |
| getFollowsStream, | |
| } from "@/api/twitch-api"; | |
| import Topbar from "@/components/topbar.component"; | |
| import ChannelCard from "@/components/channel-card.component"; | |
| import { redirect } from 'next/navigation' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import NextAuth, { AuthOptions } from "next-auth"; | |
| export interface TwitchProfile extends Record<string, any> { | |
| sub: string | |
| preferred_username: string | |
| email: string | |
| picture: string | |
| } | |
| export default function TwitchProvider( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "my-app", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@ant-design/icons": "^5.2.5", | |
| "@reduxjs/toolkit": "^1.9.5", | |
| "@testing-library/jest-dom": "^5.17.0", | |
| "@testing-library/react": "^13.4.0", | |
| "@testing-library/user-event": "^13.5.0", |