Added base handled for job decode and watcher start/top
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { List } from "antd";
|
||||
import React from "react";
|
||||
|
||||
export default function FilePathMolecule(item) {
|
||||
return <List.Item title={item}>{item}</List.Item>;
|
||||
}
|
||||
Reference in New Issue
Block a user