make boilder plate react test happy with new dependencies

This commit is contained in:
Kurt Hutten IrevDev
2022-11-25 11:02:00 +11:00
parent b4f9e70752
commit e7e0f2a4fd
4 changed files with 19 additions and 7 deletions

View File

@ -2,7 +2,7 @@ import React, { useRef, useState, useEffect } from "react";
import { Canvas } from "@react-three/fiber";
import { Allotment } from "allotment";
import { OrbitControls, OrthographicCamera } from "@react-three/drei";
import "allotment/dist/style.css";
// import "allotment/dist/style.css";
import { lexer } from "./lang/tokeniser";
import { abstractSyntaxTree } from "./lang/abstractSyntaxTree";
import { executor } from "./lang/executor";