mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
fix accidental changes
This commit is contained in:
parent
571b1faf70
commit
f8fd90cc2e
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ import { Icon, Spinner } from "./icon";
|
|||
import { LanguageSelect } from "./language-select";
|
||||
import NavigationPrompt from "./navigation-prompt";
|
||||
import ProgressBar from "./progress-bar";
|
||||
|
||||
interface MarkdownTextAreaProps {
|
||||
initialContent?: string;
|
||||
initialLanguageId?: number;
|
||||
|
|
|
@ -62,6 +62,7 @@ import { UserService } from "../../services";
|
|||
import { FirstLoadService } from "../../services/FirstLoadService";
|
||||
import { HttpService, RequestState } from "../../services/HttpService";
|
||||
import {
|
||||
RouteDataResponse,
|
||||
commentsToFlatNodes,
|
||||
communityRSSUrl,
|
||||
editComment,
|
||||
|
|
Loading…
Reference in a new issue