해결결
This commit is contained in:
parent
0f876c2cb6
commit
b185b9afb6
27 changed files with 1998 additions and 120 deletions
|
|
@ -1,13 +1,6 @@
|
|||
import Link from 'next/link';
|
||||
import Timeline from '../components/Timeline';
|
||||
|
||||
export default function Timeline_Page() {
|
||||
return (
|
||||
<div style={{ display: 'flex', overflow: 'auto', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', color: 'white', width: '100vw', height: '100vh', background: '#101020' }}>
|
||||
<div style={{height: '70%', overflow: 'auto'}}>
|
||||
<Link href='/'>🏠 Back</Link>
|
||||
<Timeline />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
import { redirect } from 'next/navigation'
|
||||
|
||||
|
||||
export default async function TimelinePage( ) {
|
||||
redirect('/')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue