move blog to publications
This commit is contained in:
7
app/publications/blog/neural-nets/page.tsx
Normal file
7
app/publications/blog/neural-nets/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function Index() {
|
||||
return (
|
||||
<>
|
||||
<h1>hello</h1>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user