initial testing with mock feed

This commit is contained in:
plebbitor
2023-02-07 13:23:14 +01:00
parent fb39ef5bc5
commit 0969cf9bb8
14 changed files with 88 additions and 65 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import { Link } from 'react-router-dom';
import {Container, Header, Logo, Page, Search, About, AboutTitle, AboutContent, Boards, BoardsTitle, BoardsContent, Footer } from './styled/Home.styled';
import {Container, Header, Logo, Page, Search, About, AboutTitle, AboutContent, Boards, BoardsTitle, BoardsContent, Footer } from './styles/Home.styled';
const Home = () => {
const [defaultSubplebbits, setDefaultSubplebbits] = useState([]);