initial commit: rocket.new export of broadcastbeat
This commit is contained in:
15
src/app/forum/ForumIndexPage.tsx
Normal file
15
src/app/forum/ForumIndexPage.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React, { useEffect } from 'react';
|
||||
|
||||
const ForumIndexPage = () => {
|
||||
React.useEffect(() => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn('Placeholder: ForumIndexPage is not implemented yet.');
|
||||
}, []);
|
||||
return (
|
||||
<>
|
||||
{ /*ForumIndexPage */}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default ForumIndexPage;
|
||||
Reference in New Issue
Block a user