Import Link component for routing
cgen-5dc61658789d4821b62fda1ec183e97c
This commit is contained in:
parent
e77365517a
commit
8f1a6994fb
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { useState, useEffect } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import Layout from "@/components/Layout";
|
||||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import { SkeletonOnboardingStep } from "@/components/Skeleton";
|
||||
|
|
|
|||
Loading…
Reference in a new issue