mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-09 08:15:00 -05:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
|
|
import { Material } from "@/components/ui/material";
|
||
|
|
|
||
|
|
export function BrowserSettings() {
|
||
|
|
return <Material></Material>;
|
||
|
|
}
|