🎨 website/utils API_URL + standardJS

This commit is contained in:
divlo
2020-08-03 14:37:05 +02:00
parent 4be7a46a10
commit 653068c9c7
20 changed files with 1108 additions and 501 deletions

View File

@ -2,7 +2,7 @@ import Link from 'next/link'
import { useState, forwardRef, memo } from 'react'
import date from 'date-and-time'
import Loader from '../Loader'
import { API_URL } from '../../utils/config/config'
import { API_URL } from '../../utils/api'
import './FunctionCard.css'
const FunctionCard = memo(