pretty fixes

This commit is contained in:
mrbusysky 2022-09-19 17:52:01 -07:00
parent eff3887f35
commit 0bbfd574b3
5 changed files with 20 additions and 20 deletions

View File

@ -10,7 +10,7 @@ import {
import {
MenuButton, // @ts-expect-error
} from "../advancedsettings.css.ts";
import {useTranslation} from "react-i18next";
import { useTranslation } from "react-i18next";
export default function GpuSettings() {
const { t } = useTranslation();

View File

@ -10,7 +10,7 @@ import SeedImage from "./seedImage";
import ActiveTags from "./activeTags";
import MakeButton from "./makeButton";
import {useTranslation} from "react-i18next";
import { useTranslation } from "react-i18next";
export default function BasicCreation() {
const { t } = useTranslation();

View File

@ -10,7 +10,7 @@ import {
} from "./seedImage.css.ts";
import { useImageCreate } from "../../../../../stores/imageCreateStore";
import {useTranslation} from "react-i18next";
import { useTranslation } from "react-i18next";
// TODO : figure out why this needs props to be passed in.. fixes a type error
// when the component is used in the parent component

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long