diff --git a/src/content/equatives/equative-explorer.mdx b/src/content/equatives/equative-explorer.mdx index ab2c6c3..ae02e6c 100644 --- a/src/content/equatives/equative-explorer.mdx +++ b/src/content/equatives/equative-explorer.mdx @@ -3,19 +3,8 @@ title: Equative Explorer 🌎 --- import EquativeExplorer from "../../components/equative-explorer/EquativeExplorer"; -import PronounPicker from "../../components/np-picker/PronounPicker"; import { useState } from "react"; -export function PDem() { - const [pronoun, setPronoun] = useState({ type: "pronoun", pronounType: "far", person: 11 }); - return
- -
{JSON.stringify(pronoun, null, "  ")}
-
-} - - - You can use this tool to explore how to make different equative sentences. Everything that comes out of this will be **gramatically correct**, but the sentences might not always make sense! 🤪