Add save function
This commit is contained in:
@ -2,7 +2,7 @@ import type { AppProps } from "next/app";
|
||||
import Head from "next/head";
|
||||
import "../styles/globals.css";
|
||||
import "../styles/customAsciidoc.scss";
|
||||
import { CommandsProvider } from "../components/contexts/CommandInterface";
|
||||
import { CommandsProvider } from "../lib/commands/ContextProvider";
|
||||
import { ModalFunctionProvider } from "../components/contexts/ModalFunctions";
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
|
@ -2,7 +2,7 @@ import type { NextPage, GetStaticProps } from "next";
|
||||
import Head from "next/head";
|
||||
import { GithubLogo, InstagramLogo, DiscordLogo, GameController } from "phosphor-react";
|
||||
import { useEffect, useRef,useCallback } from "react";
|
||||
import { useCommands } from "../components/contexts/CommandInterface";
|
||||
import { useCommands } from "../lib/commands/ContextProvider";
|
||||
import { useModalFunctions } from "../components/contexts/ModalFunctions";
|
||||
import ProjectModal from "../components/ProjectModal";
|
||||
import REPL from "../components/REPL";
|
||||
|
Reference in New Issue
Block a user