Skip to content

Commit

Permalink
chore: use @ instead of .
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Nov 18, 2024
1 parent 9ae3176 commit a8ec009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import '@/App.css';
import { ThemeProvider } from '@mui/material';
import { BrowserRouter as Router } from 'react-router-dom';

import { Header, Footer } from './components/common';

import { UserProvider } from '@/context/UserContext';
import { SavedProvider } from '@/context/SavedContext';
import AppRoutes from '@/routes';

import { Header, Footer } from '@/components/common';

import { theme } from '@/utils/theme';

const App = () => {
Expand Down

0 comments on commit a8ec009

Please sign in to comment.