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