This commit is contained in:
Martti Malmi
2024-02-29 15:29:47 +02:00
parent a0aa86a0b3
commit 1fbff0d04a
6 changed files with 94 additions and 89 deletions

View File

@ -1,7 +1,7 @@
import { useContext } from "react";
import { useArticles } from "@/Feed/ArticlesFeed";
import { DeckContext } from "@/Pages/DeckLayout";
import { DeckContext } from "@/Pages/Deck/DeckLayout";
import Note from "../Event/EventComponent";