diff --git a/src/.List.js.swp b/src/.List.js.swp new file mode 100644 index 0000000..3217881 Binary files /dev/null and b/src/.List.js.swp differ diff --git a/src/App.js b/src/App.js index dc60d5b..f5ef825 100644 --- a/src/App.js +++ b/src/App.js @@ -1,9 +1,19 @@ import logo from './logo.svg'; +import List from "./List" import './App.css'; function App() { return (
diff --git a/src/List.js b/src/List.js new file mode 100644 index 0000000..ac1cd86 --- /dev/null +++ b/src/List.js @@ -0,0 +1,32 @@ + +/** + * Web唐明明 + * 匆匆数载恍如梦,岁月迢迢华发增。 + * 碌碌无为枉半生,一朝惊醒万事空。 + * ComponentName: '列表' + */ + +import React from "react" + +class List extends React.Component { + render() { + return ( +