diff --git a/src/components/WindowTitleBar.tsx b/src/components/WindowTitleBar.tsx new file mode 100644 index 0000000..fc21c7f --- /dev/null +++ b/src/components/WindowTitleBar.tsx @@ -0,0 +1,64 @@ +import { username, hostname, path } from "../../constants"; + +const WindowTitleBar = (props: { customUserName: string }) => { + return ( +
Type 'help' to view all available commands