mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-15 14:42:47 +02:00
feat: navbar component
This commit is contained in:
@ -21,6 +21,10 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
externals: {
|
||||
'react': 'react'
|
||||
'react': 'react',
|
||||
'styled-components': 'styled-components',
|
||||
'@tabler/icon': '@tabler/icon',
|
||||
'@fortawesome/free-solid-svg-icons': '@fortawesome/free-solid-svg-icons',
|
||||
'@fortawesome/react-fontawesome': '@fortawesome/react-fontawesome'
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user