rename wormhole.css to .less

This commit is contained in:
Tim Hagn 2021-02-17 23:23:44 +01:00
parent 44517b4eb7
commit 3a9a78977f
No known key found for this signature in database
GPG Key ID: 8B94A03AF23DA7E5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import * as React from "react";
import WormholeCanvas from "./WormholeCanvas";
import "./wormhole.css";
import "./wormhole.less";
/**
* Wormhole encapsulation component.