import React from "react"; import Typography from "@mui/material/Typography"; import { Settings } from "../../Settings/Settings"; export function NoOpenScripts() { return (
No open files Use nano FILENAME in
the terminal to open files
); }