mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
ade8edcba2
+ move left sidebar to separate component
12 lines
220 B
TypeScript
12 lines
220 B
TypeScript
import { SettingCategory } from "@/interfaces/settings";
|
|
import nowPlaying from "./now-playing";
|
|
|
|
export default {
|
|
title: "General",
|
|
groups: [
|
|
{
|
|
settings: [...nowPlaying],
|
|
},
|
|
],
|
|
} as SettingCategory;
|