Skip to content
Snippets Groups Projects
Commit eff27b44 authored by Michael Haidner's avatar Michael Haidner
Browse files

Merge branch 'Redirect_for_getting_started_receiving_destination' into 'main'

Redirect_for_getting_started_receiving_destination

See merge request !225
parents f3b0a210 c08f54d1
No related branches found
No related tags found
1 merge request!225Redirect_for_getting_started_receiving_destination
import React from 'react';
import {Redirect} from '@docusaurus/router';
export default function destination() {
return (
<p>
<Redirect to="../../../../docs/receiving/destination" />
</p>
);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment