Created the Emotepacks.jsx

This commit is contained in:
Mathias Wagner 2023-11-13 20:08:55 +01:00
parent 9b50db7ff7
commit 95eff448db
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,6 @@
export const Emotepacks = () => {
return (
<>
</>
);
}