Clean commit without large files
This commit is contained in:
8
src/apps/SSH/Config Editor/ConfigTopbar.tsx
Normal file
8
src/apps/SSH/Config Editor/ConfigTopbar.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import { ConfigTabList } from "./ConfigTabList.tsx";
|
||||
|
||||
export function ConfigTopbar(props: any): React.ReactElement {
|
||||
return (
|
||||
<ConfigTabList {...props} />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user