feat: add content to experts
This commit is contained in:
0
src/views/contacts/index.ts
Normal file
0
src/views/contacts/index.ts
Normal file
0
src/views/contacts/styles.module.scss
Normal file
0
src/views/contacts/styles.module.scss
Normal file
7
src/views/contacts/ui.tsx
Normal file
7
src/views/contacts/ui.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import s from './styles.module.scss';
|
||||
|
||||
function Contacts() {
|
||||
return <></>;
|
||||
}
|
||||
|
||||
export { Contacts };
|
||||
Reference in New Issue
Block a user