mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-15 03:02:50 +00:00
audio clips - client done
This commit is contained in:
@@ -21,6 +21,7 @@ export class Navbar extends React.Component<Props, State> {
|
||||
<Link to="/soundboard" className="Navbar__item" activeClassName="Navbar__item--active">Soundboard</Link>
|
||||
<Link to="/downloader" className="Navbar__item" activeClassName="Navbar__item--active">Youtube Downloader</Link>
|
||||
<Link to="/pubg" className="Navbar__item" activeClassName="Navbar__item--active">Pubg</Link>
|
||||
<Link to="/clips" className="Navbar__item" activeClassName="Navbar__item--active">Clips</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
1
client/app/components/Navbar/index.ts
Normal file
1
client/app/components/Navbar/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './Navbar';
|
||||
Reference in New Issue
Block a user