We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d26d06 commit 19a3deeCopy full SHA for 19a3dee
2 files changed
src/components/Layout/SettingsLayout/SettingsLayout.tsx
@@ -1,7 +1,7 @@
1
import React from 'react'
2
import 'react-contexify/dist/ReactContexify.css'
3
import { NavLink, Outlet } from 'react-router-dom'
4
-import { auth } from '../../../features/auth/api/Config'
+import { auth } from 'src/features/auth'
5
import './settings.css'
6
7
const UserInfo = () => {
src/features/auth/index.ts
@@ -1 +1,2 @@
+export * from './api/Config'
export * from './components/AuthModal'
0 commit comments