main
This commit is contained in:
7
src/app/[locale]/(site)/about/page.tsx
Normal file
7
src/app/[locale]/(site)/about/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
function AboutPage() {
|
||||
return <div>AboutPage</div>;
|
||||
}
|
||||
|
||||
export default AboutPage;
|
||||
Reference in New Issue
Block a user