👌 IMPROVE: Frontend refactoring, fixes etc

This commit is contained in:
Divlo
2020-05-01 21:01:03 +02:00
parent c36b0a46ab
commit 650bcac05a
6 changed files with 9 additions and 13 deletions

View File

@ -2,8 +2,8 @@ import Link from 'next/link';
import { useState, forwardRef } from 'react';
import date from 'date-and-time';
import Loader from '../Loader';
import './FunctionCard.css';
import { API_URL } from '../../utils/config/config';
import './FunctionCard.css';
const FunctionCard = forwardRef((props, ref) => {