Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { visitUrl } from '~/lib/utils/url_utility';
export default function projectImport() {
setTimeout(() => {
visitUrl(window.location.href);
}, 5000);
}