mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Remove unused import
This commit is contained in:
parent
5e070fd1e4
commit
e70d50928b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { NextPageContext } from "next";
|
|||
import { useTranslation } from "next-i18next";
|
||||
import { serverSideTranslations } from "next-i18next/serverSideTranslations";
|
||||
import { default as Head } from "next/head";
|
||||
import { ChangeEvent, useMemo, useState } from "react";
|
||||
import { ChangeEvent, useState } from "react";
|
||||
import { ToolBar } from "../../components/tools/ToolBar";
|
||||
import { EditableMarkdown } from "../../components/editable/EditableMarkdown";
|
||||
import { EditableText } from "../../components/editable/EditableText";
|
||||
|
|
Loading…
Reference in a new issue