Removes duplicate "Using the file system" link (#581)
In the tldraw-example app (already on line 73)
This commit is contained in:
parent
835091d494
commit
ecaf802791
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue