Affichage postes

master
Noan07 3 years ago
parent 828bcc5e74
commit 7a2b656aa0

@ -1,4 +1,4 @@
import React from 'react'; import React, { useState } from 'react';
import { NavLink } from "react-router-dom"; import { NavLink } from "react-router-dom";

@ -3,11 +3,6 @@ import { UidContext } from '../components/AppContext';
import Log from '../components/Log' import Log from '../components/Log'
import Home from './Home'; import Home from './Home';
import { NavLink } from 'react-router-dom';
import NewPoste from "../components/NewPoste";
import AjoutLien from "../components/AjoutLien";
//<Link to="/discover"/>
const HomeNavigation = () => { const HomeNavigation = () => {
const uid = useContext(UidContext); const uid = useContext(UidContext);

Loading…
Cancel
Save