import type { Component } from "solid-js"; const SettingsView: Component = () => { return
; }; export { SettingsView };