MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / meta

Function meta

frameworks/remix/app/root.jsx:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10import { AppHeader } from '../components/generated-components';
11
12export const meta = () => ({
13 charset: 'utf-8',
14 title: 'New Remix App',
15 viewport: 'width=device-width,initial-scale=1',
16});
17
18export default function App() {
19 const { pathname } = useLocation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected