mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 22:05:29 +00:00
docs: json load test (#26413)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import React from 'react';
|
||||
import Layout from '@theme/Layout';
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<Layout title="Page Not Found">
|
||||
<div style={{ padding: '4rem', textAlign: 'center' }}>
|
||||
<h1>404 - Page Not Found</h1>
|
||||
<p>Oops! The page you're looking for doesn't exist.</p>
|
||||
<a href="/">Go back to the homepage</a>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user