refactor(wailsjs): update wailsjs import paths to use relative paths
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
|||||||
} from '@/components/ui/breadcrumb';
|
} from '@/components/ui/breadcrumb';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { toast } from '@/hooks/use-toast';
|
import { toast } from '@/hooks/use-toast';
|
||||||
import { StartESILogin, ESILoginStatus } from '@/wailsjs/go/main/App';
|
import { StartESILogin, ESILoginStatus } from 'wailsjs/go/main/App';
|
||||||
|
|
||||||
interface HeaderProps {
|
interface HeaderProps {
|
||||||
title: string;
|
title: string;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { useState, useRef } from 'react';
|
import { useState, useRef } from 'react';
|
||||||
import { System } from '@/lib/types';
|
import { System } from '@/lib/types';
|
||||||
import { toast } from '@/hooks/use-toast';
|
import { toast } from '@/hooks/use-toast';
|
||||||
import { StartESILogin, ESILoginStatus, SetDestinationByName } from '@/wailsjs/go/main/App';
|
import { StartESILogin, ESILoginStatus, SetDestinationByName } from 'wailsjs/go/main/App';
|
||||||
|
|
||||||
interface SystemContextMenuProps {
|
interface SystemContextMenuProps {
|
||||||
x: number;
|
x: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user