wildebeest/frontend/src/routes/(admin)/settings/index.tsx

7 wiersze
156 B
TypeScript

import { component$ } from '@builder.io/qwik'
export default component$(() => {
// In the future, a settings homepage will be here
return <div></div>
})