Skip to content

Commit 19a3dee

Browse files
committed
feat: Fix imports.
1 parent 6d26d06 commit 19a3dee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Layout/SettingsLayout/SettingsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import 'react-contexify/dist/ReactContexify.css'
33
import { NavLink, Outlet } from 'react-router-dom'
4-
import { auth } from '../../../features/auth/api/Config'
4+
import { auth } from 'src/features/auth'
55
import './settings.css'
66

77
const UserInfo = () => {

src/features/auth/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
export * from './api/Config'
12
export * from './components/AuthModal'

0 commit comments

Comments
 (0)