mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Remove mdx-embed to fix build
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
import 'styled-components';
|
||||
|
||||
declare module 'styled-components' {
|
||||
export interface DefaultTheme {
|
||||
colors: {
|
||||
dark: {
|
||||
background: string;
|
||||
text: string;
|
||||
};
|
||||
light: {
|
||||
background: string;
|
||||
text: string;
|
||||
};
|
||||
blue: string;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user