refactor: rename figlet app to ascii and update all references
This commit is contained in:
13
app/(app)/ascii/page.tsx
Normal file
13
app/(app)/ascii/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ASCIIConverter } from '@/components/ascii/ASCIIConverter';
|
||||
import { AppPage } from '@/components/layout/AppPage';
|
||||
|
||||
export default function ASCIIPage() {
|
||||
return (
|
||||
<AppPage
|
||||
title="ASCII Art Generator"
|
||||
description="ASCII Art Text Generator with 373 Fonts"
|
||||
>
|
||||
<ASCIIConverter />
|
||||
</AppPage>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user