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
+2 -2
View File
@@ -9,8 +9,8 @@ import {
CTASection,
Link,
} from "@components/index";
import { Event } from "@models/Event";
import { Post } from "@models/Feed";
import Event from "@models/Event";
import Post from "@models/Feed";
import { colors } from "@theme/colors";
import FullWidthSection from "@components/Sections/FullWidthSection";