You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import React from 'react';
|
|
import styles from './flfg.less';
|
|
|
|
const Flfg = () => {
|
|
return (
|
|
<div className={styles.container}>
|
|
<div className={styles.content}>
|
|
<h3>法律法规</h3>
|
|
<p>内容待开发</p>
|
|
</div>
|
|
</div>
|
|
);
|
|
};
|
|
|
|
export default Flfg;
|