This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import { Flex , Link } from '@chakra-ui/react' ;
22import { EmptyState } from '@codiga/components' ;
33import { useParams } from 'react-router-dom' ;
4- import { APP_URL } from 'renderer /lib/config' ;
4+ import { APP_URL } from '../.. /lib/config' ;
55
66export default function ViewCookbookSnippetsEmpty ( ) {
77 const params = useParams ( ) ;
Original file line number Diff line number Diff line change 11import { Flex , Link } from '@chakra-ui/react' ;
22import { EmptyState } from '@codiga/components' ;
33import { Link as RouterLink } from 'react-router-dom' ;
4- import { APP_URL } from 'renderer /lib/config' ;
4+ import { APP_URL } from '../.. /lib/config' ;
55
66export default function ViewCookbookSnippetsError ( ) {
77 return (
Original file line number Diff line number Diff line change 11import { Flex , Link } from '@chakra-ui/react' ;
22import { EmptyState } from '@codiga/components' ;
3- import { APP_URL } from 'renderer /lib/config' ;
3+ import { APP_URL } from '../.. /lib/config' ;
44
55export default function ViewSnippetError ( ) {
66 return (
Original file line number Diff line number Diff line change 11import { gql } from '@apollo/client' ;
2- import { UserPreferenceKeyType } from 'renderer /types/userTypes' ;
2+ import { UserPreferenceKeyType } from '.. /types/userTypes' ;
33
44export type RemoveUserPreferenceVariables = {
55 key : UserPreferenceKeyType ;
Original file line number Diff line number Diff line change 33 AssistantRecipeWithStats ,
44 LanguageEnumeration ,
55 LibraryWithAllEnumeration ,
6- } from 'renderer /types/assistantTypes' ;
6+ } from '.. /types/assistantTypes' ;
77
88export const CHECK_USER = gql `
99 query checkUser {
Original file line number Diff line number Diff line change 1- import { RecipeVariableType } from 'renderer /types/assistantTypes' ;
1+ import { RecipeVariableType } from '.. /types/assistantTypes' ;
22
33export enum Language {
44 LANGUAGE_UNKNOWN = 'Unknown' ,
You can’t perform that action at this time.
0 commit comments