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 1
1
import { Flex , Link } from '@chakra-ui/react' ;
2
2
import { EmptyState } from '@codiga/components' ;
3
3
import { useParams } from 'react-router-dom' ;
4
- import { APP_URL } from 'renderer /lib/config' ;
4
+ import { APP_URL } from '../.. /lib/config' ;
5
5
6
6
export default function ViewCookbookSnippetsEmpty ( ) {
7
7
const params = useParams ( ) ;
Original file line number Diff line number Diff line change 1
1
import { Flex , Link } from '@chakra-ui/react' ;
2
2
import { EmptyState } from '@codiga/components' ;
3
3
import { Link as RouterLink } from 'react-router-dom' ;
4
- import { APP_URL } from 'renderer /lib/config' ;
4
+ import { APP_URL } from '../.. /lib/config' ;
5
5
6
6
export default function ViewCookbookSnippetsError ( ) {
7
7
return (
Original file line number Diff line number Diff line change 1
1
import { Flex , Link } from '@chakra-ui/react' ;
2
2
import { EmptyState } from '@codiga/components' ;
3
- import { APP_URL } from 'renderer /lib/config' ;
3
+ import { APP_URL } from '../.. /lib/config' ;
4
4
5
5
export default function ViewSnippetError ( ) {
6
6
return (
Original file line number Diff line number Diff line change 1
1
import { gql } from '@apollo/client' ;
2
- import { UserPreferenceKeyType } from 'renderer /types/userTypes' ;
2
+ import { UserPreferenceKeyType } from '.. /types/userTypes' ;
3
3
4
4
export type RemoveUserPreferenceVariables = {
5
5
key : UserPreferenceKeyType ;
Original file line number Diff line number Diff line change 3
3
AssistantRecipeWithStats ,
4
4
LanguageEnumeration ,
5
5
LibraryWithAllEnumeration ,
6
- } from 'renderer /types/assistantTypes' ;
6
+ } from '.. /types/assistantTypes' ;
7
7
8
8
export const CHECK_USER = gql `
9
9
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' ;
2
2
3
3
export enum Language {
4
4
LANGUAGE_UNKNOWN = 'Unknown' ,
You can’t perform that action at this time.
0 commit comments