Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed May 25, 2024
1 parent be08243 commit 2a2b732
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modals/MemberEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
import { getBlobURL } from '../lib/util/blob';
import { getFiles } from "../lib/util/misc";
import { resizeImage } from "../lib/util/image";
import { Ref, inject, onMounted, ref } from "vue";
import { Ref, inject, ref } from "vue";
import { getMarkdownFor } from "../lib/markdown";
import { activateMaterialTheme, addMaterialColors } from "../lib/theme";
import { isDarkMode } from "../lib/mode";
import { addMaterialColors } from "../lib/theme";
type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
const isOpen = inject<Ref<boolean>>("isOpen");
Expand Down

0 comments on commit 2a2b732

Please sign in to comment.