mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
UI Overhaul
This commit is contained in:
4
client/app/pages/not-found/not-found.tsx
Normal file
4
client/app/pages/not-found/not-found.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
import './not-found.scss';
|
||||
|
||||
export const NotFound = () => <div className="not-found">404 Not Found</div>;
|
||||
Reference in New Issue
Block a user