完成流水线控制器重构和相关功能改进
This commit is contained in:
9
apps/web/src/pages/env/index.tsx
vendored
9
apps/web/src/pages/env/index.tsx
vendored
@@ -1,12 +1,5 @@
|
||||
import { useState } from "react";
|
||||
|
||||
function Env() {
|
||||
const [env, setEnv] = useState([]);
|
||||
return (
|
||||
<div>
|
||||
env page
|
||||
</div>
|
||||
)
|
||||
return <div>env page</div>;
|
||||
}
|
||||
|
||||
export default Env;
|
||||
|
||||
Reference in New Issue
Block a user