Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
402 B
JavaScript
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
import AppTheme from 'docs/src/modules/components/AppTheme';
import Paperbase from 'docs/src/pages/premium-themes/paperbase/Paperbase';
export default function Page() {
return (
<AppTheme
title="Paperbase theme - MUI"
description={`A page that mimics Firebase.
This item includes theming using the theme provider component.`}
>
<Paperbase />
</AppTheme>
);
}