Added dependencies. Updated readme.

This commit is contained in:
Lucid Kobold
2022-04-08 11:43:48 -05:00
parent dc8aa5cd20
commit 1969cb7161
314 changed files with 4103 additions and 2986 deletions

View File

@@ -1,4 +1,4 @@
import React, { Fragment } from "react";
import React from "react";
const Footer = (): JSX.Element => {
return (
@@ -6,7 +6,7 @@ const Footer = (): JSX.Element => {
<hr />
<span>{"I'm here to stay (Footer)"}</span>
</footer>
)
);
};
export default Footer;
export default Footer;