I HATE REFRIGERATORSgit add .git add . - ashley graves
This commit is contained in:
parent
fc400b4eab
commit
1811d27cec
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export function AdvancedBr({ count }: { count: number }) {
|
|||
return new Array(count).fill(null).map(_ => (<br />))
|
||||
}
|
||||
|
||||
export function SingularOomfie({ url, discordid }: { name: string, url: string, discordid: string }) {
|
||||
export function SingularOomfie({discordid }: { name: string, url: string, discordid: string }) {
|
||||
const [imageSrc, setImageSrc] = createSignal("");
|
||||
|
||||
onMount(async () => {
|
||||
|
|
Loading…
Reference in a new issue