• File: route.js
  • Full Path: /home/bazilika/public_html/wp-includes/build/routes/fonts-home/route.js
  • Date Modified: 05/22/2026 3:17 AM
  • File size: 209 bytes
  • MIME-type: text/x-java
  • Charset: utf-8
// routes/fonts-home/route.ts
import { redirect } from "@wordpress/route";
var route = {
  beforeLoad: () => {
    throw redirect({
      throw: true,
      to: "/font-list"
    });
  }
};
export {
  route
};