台账中心
parent
818ae26f43
commit
0d27b3e236
@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import './TemplateLibrary.less';
|
||||
|
||||
const TemplateLibrary = () => <div className="template-library">待开发三个字</div>;
|
||||
|
||||
export default TemplateLibrary;
|
||||
@ -0,0 +1,6 @@
|
||||
.template-library {
|
||||
font-size: 20px;
|
||||
color: #888;
|
||||
text-align: center;
|
||||
padding: 40px 0;
|
||||
}
|
||||
Loading…
Reference in New Issue