mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-16 03:35:33 -04:00
octicons weren't being tree-shaken -- import SVGs manually for now
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export { default as CheckOcticon } from "./octicons/check.svg";
|
||||
export { default as CopyOcticon } from "./octicons/copy.svg";
|
||||
export { default as ForkOcticon } from "./octicons/fork.svg";
|
||||
export { default as OctocatOcticon } from "./octicons/octocat.svg";
|
||||
export { default as StarOcticon } from "./octicons/star.svg";
|
||||
export { default as XOcticon } from "./octicons/x.svg";
|
||||
Reference in New Issue
Block a user