mirror of
https://github.com/YuzuZensai/Termix.git
synced 2026-09-14 02:59:06 +00:00
Config editor rename to file manager + fixed up file manager UI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import { FileManagerTabList } from "./FileManagerTabList.tsx";
|
||||
|
||||
export function FIleManagerTopNavbar(props: any): React.ReactElement {
|
||||
return (
|
||||
<FileManagerTabList {...props} />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user