Skip to content

Commit

Permalink
fix(core): fix empty file bug
Browse files Browse the repository at this point in the history
Signed-off-by: coder12git <[email protected]>
  • Loading branch information
coder12git committed Nov 7, 2023
1 parent b29f6e0 commit 028c865
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/src/components/Footer/Footer.style.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import React from 'react';
1 change: 1 addition & 0 deletions site/src/pages/components/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import React from 'react';
1 change: 1 addition & 0 deletions site/src/pages/patterns/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import React from "react";
1 change: 1 addition & 0 deletions site/src/pages/visualise/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import React from "react";

0 comments on commit 028c865

Please sign in to comment.