mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 18:54:04 +02:00
format frontend files
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
{#snippet Button({ props }: { props?: Record<string, unknown> })}
|
||||
{#snippet Button({ props }: { props?: Record })}
|
||||
{@const mergedProps = mergeProps(buttonProps, props)}
|
||||
{#if child}
|
||||
{@render child({ props: mergedProps })}
|
||||
|
||||
Reference in New Issue
Block a user