1
0

Add forgotten import of Emoji module.

This commit is contained in:
Kevin Matsubara 2025-08-09 00:02:16 +02:00
parent cc9fb10917
commit 4e103bd500

View File

@ -1,4 +1,5 @@
import React from 'react';
import Emoji from '../../Content/Emoji';
import MarkdownPage from '../markdownPage';
import { getLanguage } from '../../Language/Language';
import { getString } from '../../Language/LanguageStrings'