mhsf-dev/apps/www/src/components/feat/settings/browser-settings.tsx

6 lines
124 B
TypeScript
Raw Normal View History

2025-02-18 18:19:04 -06:00
import { Material } from "@/components/ui/material";
export function BrowserSettings() {
return <Material></Material>;
}