Skip to content

Instantly share code, notes, and snippets.

View Mythbusters123's full-sized avatar
🍋
lemon

Adam Reisenauer Mythbusters123

🍋
lemon
  • TheMyth.dev
  • South-East, USA, Earth, Milky Way, Dimension One
View GitHub Profile
import axios from "axios";
import Head from "next/head";
import { Component } from "react";
import styles from "../../styles/Home.module.css";
export default class MythicAddons extends Component {
constructor() {
super({});
this.json;
console.log(this.getJson)
}