Update dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import CipherLoader from '@/components/ciphers/CipherLoader';
|
||||
import MorseInputs from '@/components/ciphers/polysubstitution/morse/MorseInputs';
|
||||
import { useGetMorseInfo } from '@/hooks/polysubstitution/MorseHooks';
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import CipherLoader from "@/components/ciphers/CipherLoader";
|
||||
import MorseInputs from "@/components/ciphers/polysubstitution/morse/MorseInputs";
|
||||
import { useGetMorseInfo } from "@/hooks/polysubstitution/MorseHooks";
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
|
||||
/*
|
||||
@@ -16,11 +16,12 @@ import { createFileRoute } from '@tanstack/react-router';
|
||||
*/
|
||||
|
||||
|
||||
export const Route = createFileRoute('/polysubstitution/morse/')({
|
||||
export const Route = createFileRoute("/polysubstitution/morse/")({
|
||||
component: MorsePage
|
||||
});
|
||||
|
||||
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
function MorsePage(){
|
||||
const morseInfoQuery = useGetMorseInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user