Split model files into apis, hooks and models

This commit is contained in:
Aarni Halinen
2021-03-15 20:05:39 +02:00
parent 61d045b9d7
commit 05097e44a4
45 changed files with 707 additions and 731 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from "react";
import Image from "next/image";
import styled from "styled-components";
import colors from "@theme/colors";
import { Event } from "@models/Event";
import Event from "@models/Event";
import Button from "@components/Button";
import { Link, TextSection } from "@components/index";
import noop from "@utils/noop";