mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
refactor: pretty much the whole backend module hierarchy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import IconButton from '../IconButton.svelte';
|
||||
import IconButton from '../FloatingIconButton.svelte';
|
||||
import { ChevronLeft, ChevronRight } from 'radix-icons-svelte';
|
||||
import classNames from 'classnames';
|
||||
import Container from '../Container.svelte';
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
<div class={classNames('flex flex-col group/carousel', $$restProps.class)}>
|
||||
<div class={'flex justify-between items-center mb-2 ' + scrollClass}>
|
||||
<div class="header2">
|
||||
<div class="h3">
|
||||
<slot name="header" />
|
||||
</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user