From 3907a10d2e279d1974a829598067aea3797883dc Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 15 Dec 2022 16:50:15 -0700 Subject: Make emoji picker work on client apps --- api/views/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'api/views/__init__.py') diff --git a/api/views/__init__.py b/api/views/__init__.py index f95fc21..917b8cd 100644 --- a/api/views/__init__.py +++ b/api/views/__init__.py @@ -1,5 +1,6 @@ from .accounts import * # noqa from .apps import * # noqa +from .emoji import * # noqa from .filters import * # noqa from .instance import * # noqa from .media import * # noqa -- cgit v1.2.3