Commit 18196eb1 authored by 邓超's avatar 邓超

fix: 移动流程到其他目录

parent cf9c0dea
Pipeline #34001 passed with stages
in 36 minutes 28 seconds
import React, { useState, useEffect } from 'react';
import styles from './incident.less';
const flow = () => {
return (
<div className={styles.flowContainer}>
</div>
)
};
export default flow;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment