frontend: Preloader & 404 Error page

This commit is contained in:
Divlo
2020-03-21 23:03:30 +01:00
parent 3debd85a70
commit fd7fc44fe7
12 changed files with 98 additions and 38 deletions

View File

@ -1,6 +1,6 @@
import Link from 'next/link';
import { useState, forwardRef } from 'react';
import Loader from '../Loader/Loader';
import Loader from '../Loader';
import './FunctionCard.css';
const FunctionCard = forwardRef((props, ref) => {