Start removing unused templates

This commit is contained in:
John Shaughnessy 2021-01-25 09:23:40 -08:00
Родитель de2209b8f0
Коммит 3e0d8899a6
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -17,7 +17,6 @@ import { MediumButton } from "../inputs/Button";
import { Link } from "react-router-dom";
import LatestUpdate from "../whats-new/LatestUpdate";
import { connectMenu, ContextMenu, MenuItem } from "../layout/ContextMenu";
import templates from "./templates";
import styled from "styled-components";
export const ProjectsSection = styled.section`
@ -141,12 +140,6 @@ class ProjectsPage extends Component {
const ProjectContextMenu = this.ProjectContextMenu;
const topTemplates = [];
for (let i = 0; i < templates.length && i < 4; i++) {
topTemplates.push(templates[i]);
}
return (
<>
<NavBar />