Removes duplicate "Using the file system" link (#581)

In the tldraw-example app (already on line 73)
This commit is contained in:
Jordan Singer 2022-02-21 10:33:52 -05:00 committed by GitHub
parent 835091d494
commit ecaf802791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,9 +78,6 @@ export default function App(): JSX.Element {
<li>
<Link to="/loading-files">Loading Files</Link>
</li>
<li>
<Link to="/file-system">Using the File System</Link>
</li>
<li>
<Link to="/controlled">Controlled via Props</Link>
</li>