nice flow state decent and cleaning things up in terms of router and such

This commit is contained in:
talksik
2022-05-09 06:08:10 -05:00
parent 3674ae7b8a
commit 82a11d1833
6 changed files with 58 additions and 36 deletions
@@ -16,7 +16,11 @@ import NewLineModal from "./newLine";
import toast from "react-hot-toast";
import { useLineDataProvider } from "../../controller/lineDataProvider";
export default function NirvanaTerminal() {
export default function NirvanaTerminal({
overlayOnly,
}: {
overlayOnly: boolean;
}) {
const [isModalVisible, setIsModalVisible] = useState<boolean>(false);
const { data: userDetails } = useGetUserDetails();