From 303e8ef661de7a0d90d29b66d092a4e32e495b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Tue, 28 Apr 2020 11:55:39 +0200 Subject: [PATCH] [frama-c] fix module and css clash --- ivette/src/frama-c/LabViews.tsx | 3 ++- ivette/src/frama-c/{labviews.css => style.css} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename ivette/src/frama-c/{labviews.css => style.css} (100%) diff --git a/ivette/src/frama-c/LabViews.tsx b/ivette/src/frama-c/LabViews.tsx index db23aa4b005..0bce4e47c05 100644 --- a/ivette/src/frama-c/LabViews.tsx +++ b/ivette/src/frama-c/LabViews.tsx @@ -20,7 +20,8 @@ import { Item as ItemToRender, Render as RenderItem, } from 'dome/layout/dispatch'; -import './labviews.css'; + +import './style.css'; // -------------------------------------------------------------------------- // --- Library diff --git a/ivette/src/frama-c/labviews.css b/ivette/src/frama-c/style.css similarity index 100% rename from ivette/src/frama-c/labviews.css rename to ivette/src/frama-c/style.css -- GitLab