Skip to content

Commit

Permalink
hotfix : folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dntjd1097 committed May 17, 2024
1 parent 4a561d2 commit 8825115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
genConditionalClasses: true,
treeshakeCompensation: true,
aliases: {
'@': './src',
'@/*': [path.join(__dirname, '*')],
},
unstable_moduleResolution: {
type: 'commonJS',
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Metadata } from 'next';
import '@/shared/ui/styles/globals.css';
import stylex from '@stylexjs/stylex';
import React from 'react';
import { Navbar } from '@/widgets/navbar';
import { Navbar } from '@/widgets/Navbar';

export const metadata: Metadata = {
title: 'GDSC DJU',
Expand Down

0 comments on commit 8825115

Please sign in to comment.