mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Some adjustments to begin working on a dark theme
This commit is contained in:
7
resources/scripts/components/ServerOverviewContainer.tsx
Normal file
7
resources/scripts/components/ServerOverviewContainer.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
|
||||
export default class ServerOverviewContainer extends React.PureComponent {
|
||||
render () {
|
||||
return <p>Test</p>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user